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

Re: Can anyone please give me a command for checout a submodule in svn

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-05-10 17:23:03 CEST

On 5/10/07, Sonal Uphale <suphale@savvion.com> wrote:
> Hi all,
> Can anyone please give me a command for checout a submodule in svn.
> I have repository set at /svnrepos/sbmrepos.
> When I access it through web, I give URL
> svn://xx.xx.xx.xxx:3690/svnrepos/sbmrepos/trunk/sbm
>
> After SBM, I get to see individual modules like src, classes etc.
>
> In console, what command should I give to checkout src submodule.
> It certainally does not accept something like
>
> svn co file:///svnrepos/sbmrepos/trunk/sbm/src tempcheckout

Subversion has no notion of "submodules" - just files and directories.
Your command line LOOKS right, but if you don't specify what error
you're getting, we can't help much. "does not accept" doesn't help us
help you.

Why are you using file:/// to attempt your checking, while using
svn:// to "browse" (which, BTW is the wrong protocol for accessing a
repository via the web, which is HTTP).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 10 17:23:32 2007

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.