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

Re: Take a file out of subversion....for a time

From: Brian Munroe <brian.e.munroe_at_gmail.com>
Date: 2007-09-20 16:50:27 CEST

On 9/20/07, Albert Shih <Albert.Shih@obspm.fr> wrote:

Albert

> This config file don't change many time (1 time in a year), well I think
> the most simple solution is to get them off the subversion. But how can I
> do that ? If I make a
>
> svn propedit svn:ignore .
>
> it's not working (I think because it's already in subversion).
>

I suggest:

1. Make a copy of the config file outside of the working copy (WC) directory
2. using subversion, delete (svn del) the config file in the WC.
3. svn commit on the WC
4. move the copy config file back into the WC.

Not under version control anymore!

> In the same situation can I have some solution to «frezee» two versions
> (one on server, one on the developper working dir), and in 1 or 2 year
> merge them again.
>

Others might have better suggestions, but since this happens so
infrequently, I'd probably just manually do this.

-- brian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 20 16:51:32 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.