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

Re: Problem with svn move command on Windows

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2006-02-03 18:49:04 CET

On 3-Feb-06, at 10:07 AM, Roger Lipscombe wrote:

>
> Sorry, I'll clarify: svn moved the file to the wrong place.
>
> I was expecting it to move the file
> trunk\Products\Foo30\FooClient\update-version.vbs to
> trunk\Internal\update-version.vbs.
>
> What it did was move the file to trunk\Products\Foo30, renaming it to
> "Internal".

Unless the folder "Internal" already existed, I believe svn did the
right thing.

Keep in mind that "move" is a synonym for "rename"

svn help mv
move (mv, rename, ren): Move and/or rename something in working copy
or repository.

I'm not sure if a trailing path separator after
"Internal" ("Internal/") would make a difference or not.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 3 19:08:04 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.