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

Re: modifying svn:externals for an old revision

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-03 23:56:10 CEST

On Apr 3, 2007, at 16:22, Larry Martell wrote:

> Is there any way I can modify the value of svn:externals for an
> old revision? I'm looking for something akin to --revprop that
> would work on svn:externals.

svn:externals are a versioned property, so the "only way" to change
them is to check out a working copy, change it, and commit a new
revision.

I say "only way" in quotes because there is another option which
involves dumping the repository to a text file and modifying the
external references in the dumpfile, then loading it into a new
repository. Everyone who had working copies would probably have to
throw them away and check out new ones. A script was posted yesterday
to perform such dumpfile changes for you:

http://svn.haxx.se/users/archive-2007-04/0023.shtml

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 3 23:56:35 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.