Page 2 of 2

Re: AI 2008 SVN autoupdate

Posted: 24 Jul 2009, 05:24
by kLabMouse
Iv'e tried the native support. Had too much trouble implementing it and compiling.
So, I think, using the "svn" console tool is better.

Re: AI 2008 SVN autoupdate

Posted: 12 Aug 2009, 16:57
by Technology

Re: AI 2008 SVN autoupdate

Posted: 13 Aug 2009, 05:22
by kLabMouse
I know. But I couldn't get it working.

Re: AI 2008 SVN autoupdate

Posted: 04 Jan 2010, 01:47
by EternalHarvest
It would be nice if the autoupdater displayed progress of update.

Re: AI 2008 SVN autoupdate

Posted: 04 Jan 2010, 03:41
by kLabMouse
EternalHarvest wrote:It would be nice if the autoupdater displayed progress of update.
There is two options.
1) Enable AutoUpdater to show SVN Tool log on Update.
2) Integrate SVN Tool to XSTools, so we will not depend on 3rd party tools.

Re: AI 2008 SVN autoupdate

Posted: 21 Jul 2012, 10:48
by kLabMouse
Just a Little Update.
it's 3y since this Feature was back-ported to 2.x branch.

Currently know Issues:
1) Sometimes, It can break the whole thing, and can't update anymore (Due to versions mismatch)
2) It was made to save user changes in source file, thus lead to some misbehavior of whole Update system.

Re: AI 2008 SVN autoupdate

Posted: 21 Jul 2012, 16:09
by EternalHarvest
I still think that the best we can do is just run "svn up" from a shell script with some carefully chosen arguments and just allow subversion client do its job in questioning user if any unresolvable conflicts emerge.

Re: AI 2008 SVN autoupdate

Posted: 21 Jul 2012, 16:47
by kLabMouse
EternalHarvest wrote:I still think that the best we can do is just run "svn up" from a shell script with some carefully chosen arguments and just allow subversion client do its job in questioning user if any unresolvable conflicts emerge.
True.
But Most users do not Even use Conflict solution.
So I think, that "theirs-full" is the best solution.