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

Re: Removing a directory locally

From: marc gonzalez-carnicer <carnicer.lists_at_gmail.com>
Date: Sun, 3 Feb 2008 11:55:27 +0100

when i need to have different projects in the same repo, or parts
of it that are relatively unconnected and independent, what i do is
not to checkout the whole repo (or the whole trunk), but only the
parts that i need.

for example :

$ mkdir -p /home/greg/repoX/subprojects
$ cd /home/greg/repoX/subprojects
$ svn checkout $REPO_X_URL/Project1
$ svn checkout $REPO_X_URL/Project2

now it should be noted that folder /home/greg/repoX/subprojects is not
under version control, as would be the case with the non issued command
$ svn checkout $REPO_X_URL

now if you find the Project2 useless, you can safely delete it
locally.

2008/2/3, Ryan Schmidt <subversion-2007b_at_ryandesign.com>:
> On Feb 2, 2008, at 17:38, Greg Lutz wrote:

---------------------------------------------------------------------
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-03 11:55:53 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.