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

Re: How to get the module name as the top level folder in subversion checkout

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 18 Jun 2008 17:16:39 -0500

On Jun 18, 2008, at 9:58 AM, Narendra Upadhyay wrote:

> When I am trying to checkout a module in subversion, it creates
> three folders in my current directory – trunk, branches and tags;
> but it does not create the module name as the top level folder.
> Could you please let know if it’s a configuration issue or
> limitation of subversion.

There are no "modules" in a Subversion repository. There are only
directories and files.

Check out just the directory you want, and name it what you want. You
almost certainly do not want to check out trunk, all branches and all
tags. Instead, check out only the trunk, or only a specific branch,
or only a specific tag.

For example:

svn checkout http://www.example.org/svn/someproj/trunk someproj-trunk

(checks out someproj/trunk into a local directory someproj-trunk)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-19 00:17:07 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.