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

[TSVN] Checkout Separate Portions of a Repository

From: Brad Rhoads <brad_at_zethcon.com>
Date: 2005-09-07 20:25:31 CEST

According to our admin, in the linux world:

If I wanted to only checkout separate portions of a repository that can
be done but it must be done with 1 command. For example,

    svn checkout http://linux2/svn/synapse/trunk/db
          http://linux2/svn/synapse/trunk/unixscripts xyzzy

would create the directory structure of db and unixscripts under
directory xyzzy

He says he can then do a commit on xyzzy that will commit db &
unixscripts at the same time/ under the same revision number.

I can't seem to make that work in XP either with svn or with
TortoiseSVN. For example, I don't care about the unixscripts. But I do
want the db and the reports. So I'd like to do:

    svn checkout http://linux2/svn/synapse/trunk/db
          http://linux2/svn/synapse/trunk/reports xyzzy

and then be able to do 1 commit that would include the db (sql) and the
report (.rpt) changes. And I'd much rather accomplish this with TortoiseSVN.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Sep 7 20:35:45 2005

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

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