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

Re: changing 'svn:externals' from 'svn://' to 'https://' in whole history

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-07 21:11:22 CET

On Feb 7, 2005, at 11:47 AM, Michael Dietschi wrote:
>
> Is it possible to change the existing externals to "https://..."
> without remembering that they ever pointed to "svn://..."?
>

svn:externals is a normal versioned property attached to a directory.
You cannot change history. Whatever value they had in old revisions is
permanent, because versioned revision data is immuatable.

> I naively tried "svn pe svn:external --revprop -r $REV $URL" on
> a test repo. It does say it has changed the property - but it
> does not have any effect.
>

--revprop is only for changing *unversioned* properties attached to the
revisions themselves, like svn:log. That's useless here. All you've
done is create a new unversioned 'svn:externals' property attached to a
revision. It's completely unrelated to the versioned property attached
to the specific directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 7 21:17:04 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.