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

svn cp bug

From: señior ¿tyrtle? <machtyrtle_at_gmail.com>
Date: 2005-07-15 17:08:58 CEST

Subversion [1.2rc4] fails over here when copying a wc directory which
contains another directory that has been [marked for] deleted.

I was trying to upgrade a vedor branch, and tag it in one commit.

svn co file:///path/to/vendordir vendordir
[ expanded new version on top of vendordir /current,
    noticed a subdirectory has been removed in current release]
svn rm vendordir/current/subdir
svn cp current vers-1.2

Fails with "Working copy 'subdir' is missing or not locked" being returned
from svn_wc_adm_retrieve. It actually completes the copy, but fails to add
mark the copied directory for addition.

On a usage note, are:
svn cp current vers-1.2
svn cp file:///path/to/vendordir/current/ \
    file:///path/to/vendordir/vers-1.2

equivalent in the sense of repository disk usage?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 15 17:10:17 2005

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.