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

Re: svn copy <URL> <URL> differs between win and unix

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-05-27 20:35:52 CEST

Greg Lowe <greg@wl.co.nz> wrote:

> svn copy http://xxxxx/trunk http://xxxxxx/branches/branch-name
>
> When run from windows puts the files in this folder:
> http://xxxxxx/branches/branch-name/trunk/
>
> When run on linux puts the files in this folder as expected:
> http://xxxxxx/branches/branch-name/
>
> windows svn command line client 1.3.0
> linux svn command line client 1.2.3
>
> Just wondering if anybody has noticed this before?

That's really unlikely. I believe that what really happened is that, when you
tried under windows, the branch-name directory already existed, so what "cp"
did was to copy "trunk" within it. Instead, when you ran the command under
linux, you didn't have the branch-name directory yet, so the "cp" command
copied "trunk" under "branches" with the new name "branch-name".

Giovanni Bajo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 27 20:36:45 2006

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.