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

RE: Re: Problem with svn:externals

From: Bicking, David (HHoldings, IT) <David.Bicking_at_thehartford.com>
Date: 2007-12-03 16:58:14 CET

> -----Original Message-----
> From: John Peacock [mailto:john.peacock@havurah-software.org]
> Sent: Saturday, December 01, 2007 7:52 AM

> Gopalakrishnan, Dinesh wrote:
> > So, my requirement here is that when i do a `svn ci` from
> Folder-A, i
> > want all the changes in Folder-B, Folder-C and Folder-D to
> be checked-in.
>
> A lot of people have told you why you can't have that, but no
> one has told you how to get around that. You cannot, in a
> single transaction, commit all changes in A, B, C, and D, but
> there isn't anything to say that you can't commit them all
> sequentially (while sitting in Folder-A:
>
> $ svn ci && svn ci Folder-B && svn ci Folder-C && svn
> ci Folder-D
>
> You could even write a simple script that would have this
> effect, so you could use -F to share the same commit message.
>
> The issue that I don't think that the other people discussed
> was that each of the externals could be a completely
> independent repository, hence there is no concept of a single
> transaction covering all of the commits, which is a core
> design element of Subversion.
>
> HTH
>
> John
>

Additionally, I found from my own experimentation that if the "external"
is in the same repository as the project, a single commit WILL do both
the project and the external.

--
David
*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 3 16:58:45 2007

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.