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

Re: svnlook and error #21067

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-15 05:11:46 CET

Basil James Whitehouse III <basil3@sympatico.ca> writes:

> I assumed that svnlook said 'REPOS_PATH' it wanted the same format that svn
> checkout wanted when it said 'REPOSPATH', which needs the file://localhost
> when there is no working copy.

Yeah, ambiguity: gotta love it! ...maybe.

>
> What would the path look like if I wanted to svnlook at a remote server? Or
> is that possible?

Not possible with 'svnlook' or 'svnadmin'. They are tools that
*directly* link with the filesystem (libsvn_fs), and thus directly use
Berkeley DB. They're meant for examining/tweaking local repositories
only. 'svnadmin' allows an administrator to tweak a log message, or
remove a dead transaction. 'svnlook' is what gets run by the
post-commit hook, so a commit-mail will have real contents.

If you want to 'look' at remote server, try pointing your web browser
at the repository URL. :-) :-)

> > Perhaps we need documentation. :-)
>
> Careful, I may take you up on that...

Quick! Get that license plate number!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:48 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.