[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

moving an out-of-date folder in working copy

From: solo turn <soloturn99_at_yahoo.com>
Date: 2003-04-02 21:41:25 CEST

how do you locally move an out-of-date folder? do "svn up" on the
folder is not an option, as in the meantime somebody else might
change the folder while the local move is running.

or is local move anyway not possible/not suggested?

example:

$ svn mv tags/v1.0 trunk/v
....

$ svn ci -m "move folder"
Deleting tags/v1.0
svn: Item is out-of-date.
svn: Commit failed (details follow):
svn:
Item '/tags/v1.0' is out of date.

$ svn up tags/v1.0
svn: Can't find an entry
svn: svn_wc_is_wc_root: 'v1.0' is not a versioned resource

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 2 21:42:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.