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

RE: [TSVN] Significance of "Create the branch/tag directly on the server"

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2004-09-14 09:37:43 CEST

Hi David,
 
creating a branch/tag on the server is equivalent to "svn copy url url",
which will create a cheap copy of the entire subtree directly on the server.
This is the default behaviour. So your copy is based on (=identical to) a
current repository revision.

If you uncheck this box, you are running "svn copy wc url" which will commit
a copy of your wc to the repository. So depending on the state of your wc
your copy on the server is not necessarily identical to a previous revision.

Please don't send HTML Mails to this list.

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Sep 14 11:03:18 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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