Forums / Install & configuration / SVN updates
Brendan Pike
Wednesday 26 February 2003 12:00:08 am
How do you update a previously copied version on svn?
"re-running the command svn co http://zev.ez.no/svn/nextgen/trunk svn-ezpublish" downloads a full copy the first time used but the second time I get this error. svn: Obstructed updatesvn: revision 1925 doesn't match existing revision 1912 in 'svn-ezpublish'
I've tried the "svn up etc" without success either.
Any advice?
www.dbinformatics.com.au We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.
Karsten Jennissen
Wednesday 26 February 2003 12:52:14 am
> I've tried the "svn up etc" without success either.
I think it was "svn ud" from within the checkout directory. Not sure though.
Karsten
Anders Jensen-Urstad
Wednesday 26 February 2003 7:04:47 am
> How do you update a previously copied version on svn? > > "re-running the command svn co > http://zev.ez.no/svn/nextgen/trunk svn-ezpublish" downloads > a full copy the first time used but the second time I get > this error. > svn: Obstructed update > svn: revision 1925 doesn't match existing revision 1912 in > 'svn-ezpublish' > > I've tried the "svn up etc" without success either. > > Any advice?
You have to run svn update (or up) in the eZp root directory (i.e., trunk).
Bruce Morrison
Wednesday 26 February 2003 3:20:11 pm
> > I've tried the "svn up etc" without success either. > > I think it was "svn ud" from within the checkout directory.> Not sure though.
Follow the initial instructions at http://ezwiki.blanko.info/index.php/3XHT_svnto retrieve a copy of the dev version
svn copy http://zev.ez.no/svn/nextgen/trunk/ target_dir
to do an update
from target_dirsvn update
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Paul Forsyth
Thursday 27 February 2003 4:52:37 am
> > > I've tried the "svn up etc" without success either. > > > > I think it was "svn ud" from within the checkout > directory. > > Not sure though. > > Follow the initial instructions at > http://ezwiki.blanko.info/index.php/3XHT_svn > to retrieve a copy of the dev version > > svn copy http://zev.ez.no/svn/nextgen/trunk/ target_dir > > to do an update > > from target_dir> svn update
A good doc site for subversion (svn) is:
http://svnbook.red-bean.com/book.html
paul