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

Re: change a file over an external checkout

From: Tyler Roscoe <tyler_at_cryptio.net>
Date: Fri, 23 Oct 2009 14:49:36 -0700

On Fri, Oct 23, 2009 at 11:40:55PM +0200, Georg Gell wrote:
> > You could hack around this by making a local copy of the thing your
> > external points to, making your change, and updating the external to
> > point at your new location.
>
> You mean delete the external, svn co to the directory where the
> svn:external points to

As soon as you do this, your working copy points to a directory where
you don't have write access, so this won't work.

What you need to do is import the contents of that directory into a
Subversion repository where you *do* have write access. svn import can
probably help you here.

None of this is a very good idea, though, and doubly bad if you aren't
aware of the possible consequences of what you're doing nor how to
recover if something goes wrong. Thus, I would solve this problem the
"correct way" by getting the owners of the directory to accept your
change.

good luck,
tyler

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2410779

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-23 23:50:23 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.