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

Re: svn copy 2 working url and svn copy 2 working copy

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-21 18:01:46 CEST

On Wed, 2004-07-21 at 02:10, Hardi Gunawan wrote:
> The result of:
>
> svn copy trunk/MyApp tags/MyApp_1.0
> svn ci -m "Tagged MyApp to 1.0"

If your working copy of trunk/MyApp is a collection of mixed revisions
(which it likely is), then this will be different than

> svn copy https://localhost/repos/trunk/MyApp
> https://localhost/repos/tags/MyApp_1.0 -m "Tagged
> MyApp to 1.0"

...which copies an "all HEAD" version of trunk/MyApp.

So yes, it's quite possible that you'll get different results.

If you run 'svn up' on your working copy, so the whole working copy is
at HEAD, then the results should be the same.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 21 18:03:16 2004

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.