Re: Cloning, branching, and cvs2svn
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-05 19:42:03 CEST
<peter.westlake@arm.com> writes:
> 1. Is it possible to clone a file as well as a directory?
The subversion filesystem has two operations:
* link: this is the equivalent of a hard-link. It creates a new
* copy: creates a completely new node, and a directory entry to
The 'link' functionality is the foundation upon which the filesystem
So 'svn mv' will cause a link and a delete in the filesystem, while
>
Exactly. That's why we have a DAG underlying the filesystem -- the
> 3. Has a UI for this been decided yet? Does it need anything more than "svn
We'll be jumping on the UI problem in the next week or two... it's
> 4. How much has been done with cvs2svn? It is going to need rules about
Better ask gstein... this sub-project is currently his baby.
> 5. Finally, is it all right if some of the later examples go on to use the
? How do you define a "reference"? Are you referring to the
---------------------------------------------------------------------
|
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.