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

Re: Commit from several directories

From: Christoph Bartoschek <bartoschek_at_or.uni-bonn.de>
Date: 2005-08-24 16:34:24 CEST

Am Mittwoch, 24. August 2005 16:26 schrieb A.T.Hofkamp:
> Christoph Bartoschek wrote:
> > Hi,
> >
> > when one checks out three different directories from one repository. For
> > example:
> >
> > svn co http://server/project/trunk/a a
> > svn co http://server/project/trunk/b b
> > svn co http://server/project/trunk/c c
> >
> > Is it somehow possible to commit all changes at once?
> >
> > svn ci a b c does not work.
>
> for i in a b c
> do cd $i
> svn ci
> cd ..
> done
>
> ?
>

This is one possibility, but it would make three different revisions. I would
like to commit the changes atomically without checking out the trunk and
transferring the changes to it.

Christoph
> Albert
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 24 16:36:34 2005

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.