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

Re: noob question

From: Andy Peters <devel_at_latke.net>
Date: 2005-01-11 23:31:36 CET

Joshua Kolden wrote:

>
> Scott Palmer wrote:
>
>>
>> On Jan 11, 2005, at 1:32 PM, Joshua Kolden wrote:
>>
>>> Can't seem to find the command in the docs. Is there a way to list
>>> the projects currently being tracked on a particular server? Seems
>>> like this should be answered elsewhere, but I haven't found it.
>>
>>
>>
>> Just use:
>> svn ls [URL]
>>
>> To see what is on the server.
>>
>> Scott
>>
>>
>>
> Hmm, thanks but I get :
> svn: '.' is not a working copy.
>
> I'm talking about listing the different projects on the server without
> prior knowledge of the projects, and without having anything (relevant)
> currently checked out.

Scott gave you the correct answer, but I'd guess that you didn't set
[URL] to anything?

try:

$ svn ls svn://servername/

if running svnserve

or

$ svn ls file:///path/to/repository

if using files.

--a

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 11 23:39:06 2005

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.