spacer.png, 0 kB
  May 18, 2013, 22:57:43

 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length


Pages: [1]
  Print  
Author Topic: Move to google project  (Read 2378 times)
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« on: July 19, 2008, 19:25:56 »

We decided to abandon the sourceforge pages for urd and moved to google projects. The new subversion code can be found at:

http://code.google.com/p/urd

For now only the requested features and bugs are tracked at SF, but we will move them to this site.
Logged
Styck
Administrator
*
Posts: 125


View Profile
« Reply #1 on: August 24, 2008, 19:37:01 »

To download a 'clean' copy from subversion, use:
svn export http://urd.googlecode.com/svn/trunk/trunk/ urd

To download a copy that you can update with 'svn up', use:
svn checkout http://urd.googlecode.com/svn/trunk/trunk/ urd
(Note that database changes might break your URD until you manually fix your database, so for normal usage, using the download link on this website or the 'export' method are recommended)
Logged
spearhead
Administrator
*
Posts: 1038


View Profile WWW
« Reply #2 on: August 25, 2008, 10:45:06 »


(Note that database changes might break your URD until you manually fix your database, so for normal usage, using the download link on this website or the 'export' method are recommended)

Keep an eye on the URD_db.sql; if that changes during an 'svn up' you probably have to update the database

run
svn diff -r ### URD_db.sql

where ### is the previous revision of urd you 'upped'.
You can check this with
svn info| grep "^Revision"
And it will print the number

So the correct sequence to run before updating through svn is
svn info| grep "^Revision"
svn up
svn diff -r ### URD_db.sq






Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Amigri by Fakdordes
spacer.png, 0 kB
spacer.png, 0 kB
spacer.png, 0 kB