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

svn copy question (Is it always 'with history'?)

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-01-28 20:31:32 CET

>svn help cp
copy (cp): Duplicate something in working copy or repository,
remembering history.
usage: copy SRC DST

   SRC and DST can each be either a working copy (WC) path or URL:
    WC  -> WC:   copy and schedule for addition (with history)
     WC  -> URL:  immediately commit a copy of WC to URL
     URL -> WC:   check out URL into WC, schedule for addition
     URL -> URL:  complete server-side copy;  used to branch & tag

I notice that for the URL -> WC copy it says 'schedule for addition'
but does not have the '(with history)' like it does for the WC  -> WC
copy.

I would hope that the history is preserved in all cases, and if so,
perhaps the help string could be changed so the implicit suggestion
that history might not be preserved isn't there.

Scott
Received on Fri Jan 28 20:33:42 2005

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.