Re: Is there a repo/workspace mapping in SVN just like Perforce's client spec?
From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 25 Sep 2008 14:58:33 -0400
For those who never used Perforce. Let me explain what "BAZ" is talking about.
In Subversion (like CVS) when you do a checkout, you checkout that
Perforce is like Clearcase where you have to create a "client' before
So, checking out in Perforce is a two step process:
Step #1: Create a client explaining what you want to checkout.
This makes the standard checkout in Perforce a bit less spontaneous,
For example, I might checkout a project that has hundreds of files of
Another reason why I might want to remap my working directory is if
So, BAZ, if this is the type of mapping you need to do, you do this by
//deploy/projectA/MAIN/... //workspace/projectA/...
In Subversion, I would do this by attaching the attribute
B-lib http://svn/dev/projectB/trunk
Now, when I checkout project A, I automatically get a sub directory
All other client mappings that Perforce can do cannot be done in Subversion.
-- David Weintraub qazwart_at_gmail.com On Thu, Sep 25, 2008 at 1:46 PM, baz themail <bazthemail_at_gmail.com> wrote: > Hi, > > Is there a repo/workspace mapping in SVN just like Perforce's client spec? > Is it common in SVN? What is the best practice or common thing to do in SVN? > > Thanks. > > A. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-09-25 20:58:54 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.