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

Re: Making a copy that follows?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-08-30 23:20:46 CEST

Hadmut Danisch wrote:
> On Wed, Aug 30, 2006 at 02:54:50PM -0500, Johnathan Gifford wrote:
>> As Blair point out the other day, have you looked at the svn:externals
>> property?
>>
>> >From what you are describing, this will work exactly as your expecting,
>> but with one advantage. Your letting Subversion handle the whole
>> thing.
>
>
> Nope, that's not what I am looking for. I am using svn:externals
> already somewhere else, so I do know it and have some experience with it.
>
>
> Problems of svn:externals :
>
>
...
> - svn commit does not work on svn:externals directories. You'd have to
> manually step into every single subdirectory and commit manually.
> Error prone.

That's actually a safety feature. Most of the time you don't want any
outstanding changes in the externals committed just because you commit at the
containing working copy. If the external exists because you want to share a
piece of code with multiple projects, you do also want separate commits for the
external and the code that uses the external.

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 30 23:44:38 2006

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.