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

Re: Bug report

From: Marc Haisenko <haisenko_at_webport.de>
Date: 2005-07-04 11:25:15 CEST

On Monday 04 July 2005 10:31, APavlenko@luxoft.com wrote:
> > Hi Subversion developmers.
> > I whant to tell you about bug that i find in subversion 1.2.0
> > Maybe it's not bug, but i need answer on my question.
> >
> > If i had some file in early revision, and then delete it i can't call
> > "svn info" command for file od ir at early revision like: "svn info -r 1
> > serv.com/rep/project/src/file.test"
> > Answer is :
> > svn: REPORT request failed on
> > 'serv.com/rep/!svn/bc/144/project/src/file.test svn:
> > serv.com/rep/!svn/bc/144/project/src/file.testpath not found

The problem is that you haven't given a valid URI
(protocol://[user@]host/path), so SubVersion assumed you've given it a file
path instead... and a relative one, too. You need to give the protocol, i.e.
one of:

https://serv.com/rep/...
svn://serv.com/rep/...
svn+ssh://serv.com/rep/...

C'ya,
        Marc

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 4 11:29:49 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.