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

Re: branches and tags [post v1.0]

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-17 18:03:15 CEST

John Barstow <John_Barstow@gfsg.co.nz> writes:
> I can branch and tag with the following commands:
> svn cp /reposRoot/main /reposRoot/branches/branchName
> svn cp /reposRoot/main /reposRoot/tags/tagName
>
> Now, this isn't very sophisticated, but can easily be aliased to:
> svn branch branchName --auto-switch-to-new-branch
> svn tag tagName

I'm very much against encoding a particular repository layout directly
into the client. I think it would be much better simply to provide
'svn cp' and then see what strategies emerge in the wild. If we favor
certain layouts at the interface level, we'll be discouraging
experimentation that really needs to happen.

Please, let's just give people 'svn cp' and leave it at that.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 18:32:09 2002

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.