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

Re: Clarifying Repository Setup and Initial Import

From: Ryan Schmidt <subversion-2014_at_ryandesign.com>
Date: Tue, 15 Jul 2014 22:54:26 -0500

On Jul 14, 2014, at 11:21 AM, Rich Shepard wrote:

> When I run 'svnlook info file:///home/rshepard/development/svn-repos/'
> this error is reported:
>
> svnlook: E000002: Can't open file
> 'file:/home/rshepard/development/svn-repos/format': No such file or
> directory
>
> Yet, that file is present:
>
> ls svn-repos/
> README.txt conf/ db/ project-A/ format hooks/ locks/ project-B/
>
> Is this error generated because I've not yet imported either project?

The "svn" command accepts URLs, but the "svnlook" command requires paths, not URLs.

svnlook info /home/rshepard/development/svn-repos/
Received on 2014-07-16 05:55:01 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.