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

RE: Re: How to mark a project inactive?

From: Bryant Eastham <beastham_at_pewla.us.pewg.panasonic.com>
Date: Thu, 21 Feb 2008 00:51:30 -0700

>On Feb 20, 2008, at 20:37, Karl Fogel wrote:
>> Matthew Hannigan writes:
>>
>>> I create a toplevel dir 'OLD' and move obsolete stuff there.
>>>
>>> Same effect, except it's easier to find stuff if you
>>> want to do some archeological digs.
>>
>> You're missing the point of a version control system :-).
>>
>> It's still there after 'svn remove', too -- you just reach back into
>> time (into the repository's history) and pull it out again if you
need
>> it. See
http://svnbook.red-bean.com/nightly/en/svn.tour.history.html.

> I'm sure Matthew's aware of that, as am I, but I too find it easier
> to move old projects to an "old" directory rather than "svn rm" them.

> It's easier to "svn ls $REPO/old" than it is to try to remember what
> an old project was called or find a revision number in which it still

> existed.

But isn't that what history is for? You would look at the history of the
directory containing your projects and see the comings and goings of all
your projects?

Besides, there are major issues with having an "OLD" directory:

1. It doesn't handle projects with the same names over time.
2. Heaven forbid someone should do a checkout.

I concur that you are missing the point of a version control system :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-21 08:52:00 CET

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.