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

Re: new user question about import/checkout/trunk

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-08-04 21:07:31 CEST

At 11:50 AM -0700 8/4/03, Eric Smith wrote:
>If I *didn't* put my stuff one level down, and then I wanted to create
>a branch by copying, would it cause a problem? In other words, if
>I did this:
> svn copy svn+ssh://svn.example.com/ svn+ssh://svn.example.com/branch/foo

That produces an error:
subversion/libsvn_client/copy.c:999: (apr_err=200007)
svn: Trying to use an unsupported feature
svn: cannot copy path
'svn+jack://macboy.repenning.homeip.net/svn/jrepenning' into its own
child 'svn+jack://macboy.repenning.homeip.net/svn/jrepenning/tags/foo'

You can achieve what you probably meant with a bunch of stuff like

svn copy svn://host/file1 svn://host/tags/foo/file1
svn copy svn://host/file2 svn://host/tags/foo/file2
...

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 4 21:08:19 2003

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.