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

Re: API proposal - issue 2188 - svn_client_copy/move

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-01 20:13:16 CEST

"Max Bowsher" <maxb@ukf.net> writes:

> svn_copymove_collision_error:
> svn cp file:///repos/A file:///repos/B
> - causes error.
>
> svn_copymove_collision_make_child:
> svn cp file:///repos/A file:///repos/B
> - copies A to file:///repos/B/A

Suppose file:///repos/B/A exists, does it then do collision_error or
collision_replace?

> svn_copymove_collision_replace:
> svn cp file:///repos/A file:///repos/B
> - is equivalent to:
> svn rm file:///repos/B
> svn cp file:///repos/A file:///repos/B
> except that it uses only 1 revision number.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 1 20:14:29 2005

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

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