[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: A.T.Hofkamp <a.t.hofkamp_at_tue.nl>
Date: 2005-08-24 16:26:53 CEST

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

?

Albert

---------------------------------------------------------------------
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:34:37 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.