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

Re: Externals with Branches etc

From: Blair Zajac <blair_at_orcaware.com>
Date: Thu, 31 Jul 2008 10:24:49 -0700

Karl Wagner wrote:
> Hi there
>
> I have a fairly complicated setup with subversion, keeping both source
> and binaries, with separate trunk/branches/tags directories for each
> project, along the lines of:

See the new relative externals feature:

http://subversion.tigris.org/svn_1.5_releasenotes.html#externals

> 3) A pre-commit script which modifies the externals definition on the
> transaction before allowing it to complete, or a post-commit which
> performs a check out, modifies the externals, and commits. The second
> form of this seems very wasteful, as it would end up creating extra
> revisions, but I cannot find anything which lets you modify a
> transaction.

You can't modify a transaction on the server because the client assumes that
what it sends to the server is what will be committed. If you modify the
transaction, then it may mess up further communication between the client and
the server because the two have different ideas on what is in the revision.

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-31 19:25:10 CEST

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.