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

Re: Base text files, re: IRC chat

From: Talden <talden_at_gmail.com>
Date: Tue, 16 Sep 2008 09:56:00 +1200

> That a wc is fully operational on its own is very important, and I often
> move wc's around and it "just works". This was one of the reasons we moved
> from Vault.

Again, ala Bazaar.

1. Checking out a Working-Copy (WC) without a separate Meta-Data area (MD).

Creates a .svn at the top of the WC that has all of the meta-data
required for the WC to be completely standalone.

2. Checking out a WC into a folder that is enclosed by an MD.

Creates a .svn at the top of the WC that knows to locate and place
certain meta-data further up the path tree (no record of where,
relative or absolute, so that they are independently movable).

- Standalone WCs can be moved around freely.

- WCs inside an MD can be moved around freely within the MD.

- A command is needed to make a WC inside an MD into a standalone that
can be moved outside of the enclosing MD.

- A command is also needed to efficiently move a WC into an enclosing MD.

Other than a lack of means to clean-up, there's no reason we could not
support an argument to specify where the MD is rather than just look
for one in the parent path. That lack of clean-up could suck a bit
though.

--
Talden
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-15 23:56:08 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.