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

Re: Abolish instant-commit commands [was: Re: The right library...to get info about a directory]

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-14 20:12:48 CET

Julian Foad wrote:

> For instance, there is an argument that "svn mkdir URL" is useful to
> make a branch directory. Of course it is, in the limited circumstance
> of not wanting any properties set on that new directory. As soon as
> you go beyond the simple, the idea falls apart.

Uh. Compare this:

    svn cp http://svn.collab.net/repos/svn/trrunk \
           http://svn.collab.net/repos/svn/branches/issue-xxx-dev

and this:

    svn co http://svn.collab.net/repos/svn
    cd svn
    svn cp trunk branches/issue-xxx-dev
    svn ci

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 14 20:15:59 2003

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.