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

Commit on multiple External Folders - any way to make one commit do all?

From: Moretti, Giovanni <G.Moretti_at_massey.ac.nz>
Date: 2004-12-01 06:55:02 CET

Currently, I'm using TortoiseSVN and a large repository (4GB) and to
avoid the really slow update on large numbers of files/folders I've set
up a "WorkingSpace" directory with just the bits of the main repository
that are currently of interest as svn:external

This gives me about 6 folders that are from various levels in the repo
but all appear at the top level in the WorkingSpace.
eg
  WorkingSpace/svn
  WorkingSpace/Programming <<< External
  WorkingSpace/Admin <<< External
  WorkingSpace/CollectedFromWeb <<< External
  WorkingSpace/putty.exe
  WorkingSpace/Todo.txt
     etc

An "Update" on "WorkingSpace" updates all the six externally linked
folders AND Putty.exe Todo.txt

A "Commit" just does the "WorkingSpace" folder and the few files in it
(Putty.exe Todo.txt ...). It lists all the files that need to be
committed in each - this seems to be Tortoise addition as doing a "svn
commit -m "msg .."

I'd really like to be able to commit everything in one hit (so when I
checkout at my other location, there aren't missing files)

Is there any way do do this short of a script that just does and "svn
commit" (or whatever the syntax is) on each of externally linked
folders, one at a time. This isn't have but just seems messy (and
asymmetric :-)

I just tried svn commit -m "msg ..." and it complained about files not
being under version control (eg Desktop.ini) which I don't care about
...

   svn commit -m "msg .." Programming

did however work happily.

Any way to do all of these commits at once, without scripts?

Thanks
Giovanni
========================================================================
 Giovanni Moretti | Institute of Information Sciences and Technology
 Senior Lecturer | Massey University, Palmerston North, New Zealand
 Computer Science | Ph 64-6-3505799x2474 == Fax 64-6-3502259 == ZL2BOI

------------------------------------------------------------------------
 http://www-ist.massey.ac.nz/moretti mailto:G.Moretti_at_massey.ac.nz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 1 06:58:15 2004

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

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