AI 2008 SVN autoupdate

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: AI 2008 SVN autoupdate

#11 Post 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.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: AI 2008 SVN autoupdate

#12 Post by Technology »

One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: AI 2008 SVN autoupdate

#13 Post by kLabMouse »

I know. But I couldn't get it working.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: AI 2008 SVN autoupdate

#14 Post by EternalHarvest »

It would be nice if the autoupdater displayed progress of update.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: AI 2008 SVN autoupdate

#15 Post 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.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: AI 2008 SVN autoupdate

#16 Post 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.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: AI 2008 SVN autoupdate

#17 Post 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.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: AI 2008 SVN autoupdate

#18 Post 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.

Post Reply