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

Re: Making import syntax consistant with mv, cp, export

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2002-10-23 01:22:54 CEST

Nuutti Kotivuori <naked@iki.fi> writes:

> This would be my idea as well - make import contain the special
> hoodlamajik of handling vendor branches, whatever it might need. As a

I don't think import should necessarily be made to create
branches and tags like cvs's import; remember that there are no
branches and tags in svn, and i don't want import interfering
with my chosen repository layout. All i ask is that import do
the right thing with repeated imports to the same target. Then i
imagine the procedure being something like this:

svn import foo-1.3 http://example.com/repo/imports/foo/
svn cp http://example.com/repo/imports/foo/ \
       http://example.com/repo/imports/foo-1.3
cd foo-wc
svn merge http://example.com/repo/imports/foo-1.2/ \
          http://example.com/repo/imports/foo-1.3/

--
Eric Gillespie <*> epg@pretzelnet.org

Build a fire for a man, and he'll be warm for a day. Set a man on
fire, and he'll be warm for the rest of his life. -Terry Pratchett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 23 01:25:39 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.