[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: Christopher Ness <chris_at_nesser.org>
Date: 2005-08-24 16:49:41 CEST

On Wed, 2005-08-24 at 16:34 +0200, Christoph Bartoschek wrote:
> 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

I think you'd need to check out one level higher, which of course could
return a lot more needless directories with lots of useless data, like d
though z. YMMV

svn co http://server/project/trunk/

Cheers,
Chris

-- 
Wireless Group
McMaster University
summer
10:47:31 up 33 days, 20:40, 4 users, load average: 0.25, 0.26, 0.22
---------------------------------------------------------------------
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:51:32 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.