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

svn move with external definitions?

From: Kalin KOZHUHAROV <kalin_at_thinrope.net>
Date: 2005-11-01 19:17:53 CET

Hello,

while trying to improve on the "HOWTO: Keep your / under subversion" before I publsih it, run into
the following problem:

# svn co svn+ssh://user@svn/home/user/repos/hosts
[snip]

# cd hosts

# ls -1
P4desktop
common
laptop
specific

# svn mv P4desktop/ specific/desktop/

Performing status on external item at 'P4desktop/etc/portage'
svn: Use --force to override this restriction
svn: Move will not be attempted unless forced
svn: 'P4desktop/etc/portage' is not under version control

# svn propget svn:externals P4desktop/etc/
portage svn+ssh://luser@svn/home/user/repos/hosts/common/desktop/etc/portage

However, this works as expected.
# svn mv svn+ssh://user@svn/home/user/repos/hosts/{,specific/desktop/}P4desktop

And while further playing, I got another instatnce of the same problem, so I can define the problem.

How can I move a path in the working directory when it has svn:externals in it?

http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html
could not help me much :-(

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 1 10:18:15 2005

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

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