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

RE: Re: noob question

From: James FitzGibbon <jfitzgibbon_at_primustel.ca>
Date: 2005-01-12 01:32:57 CET

The closest I think one could come is by using something like SVN::Web.
Like mod_dav_svn it can be given a SVNParentPath, but it by default lists
the repositories it finds rather than giving an error. It's extremely
rudimentary
though - it presumes that any directory under the parent path is a
repository.

Perhaps mod_dav_svn (when configured using SVNParentPath) should do
something
similar, but with a better check. Even validating the content of
PATH/db/fs-type
would do.

Of course, that solution wouldn't in and of itself help svn:// or file://
users,
but file:// users could use the native tools available to them as they
already
have fs-level access.

Not being familiar with the svn:// protocol, I'm not sure how to augment it
to
do the same.

-----Original Message-----
From: Monks, Peter [mailto:peter.monks@vignette.com]
Sent: Tuesday, January 11, 2005 6:40 PM
To: users@subversion.tigris.org
Cc: Chris Jensen
Subject: RE: Re: noob question

G'day Chris (and everyone else),

I think the poster's original question was how to list the repositories that
are on the server, in the case where a single SVN daemon is serving multiple
separate repositories.

AFAIK there's no way of doing that, at least not via the svn:// protocol -
I'm not sure if http:// or https:// provide some way of doing this though.

It would be quite handy to be able to do this though - currently you need to
provide the URL for each repository via some other mechanism (web site,
documet etc.) - developers can't just be given a "partial"
SVN URL (eg. svn://mysvnhost/) from which to bootstrap their working copies.

Cheers,
Peter
 
----------------------------------------------------------------------
Peter Monks http://www.sydneyclimbing.com/
pmonks_at_sydneyclimbing.com http://www.geocities.com/yosemite/4455/
----------------------------------------------------------------------
 

 
 

> -----Original Message-----
> From: Chris Jensen [mailto:cjensen@edex.com.au]
> Sent: Tuesday, January 11, 2005 3:25pm
> To: users@subversion.tigris.org
> Subject: Re: noob question
>
> >> 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.
>
> Subversion has no concept of a project - it's all just directories. So
> it's up to you to interpret the results of ls based on the directory
> structure you've chosen for the repository.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 1/10/2005
 
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 1/10/2005
 
-- 
----------------------------------------------------------------------------
This electronic message contains information from Primus Telecommunications
Canada Inc. ("PRIMUS") , which may be legally privileged and confidential.
The information is intended to be for the use of the individual(s) or entity
named above. If you are not the intended recipient, be aware that any
disclosure, copying, distribution or use of the contents of this information
is prohibited. If you have received this electronic message in error, please
notify us by telephone or e-mail (to the number or address above)
immediately. Any views, opinions or advice expressed in this electronic
message are not necessarily the views, opinions or advice of PRIMUS.
It is the responsibility of the recipient to ensure that
any attachments are virus free and PRIMUS bears no responsibility
for any loss or damage arising in any way from the use
thereof.The term "PRIMUS" includes its affiliates.
----------------------------------------------------------------------------
Pour la version en français de ce message, veuillez voir
 http://www.primustel.ca/fr/legal/cs.htm
----------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 12 01:35:38 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.