You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by AP...@luxoft.com on 2005/07/04 08:31:18 UTC

Bug report


> 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
> 
> that mean can't find at revision: 144 not in 1
> 
> -r 1 replaced on -r HEAD or 144 don't now.
> 
> PS Sorry for my bad English
> С уважением,
> Павленко Александр программист
> Компания LUXOFT, Омский филиал,
> группа компаний IBS
> e_mail: APavlenko@Luxoft.com
> www.Luxoft.com
> 


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


Re: Bug report

Posted by Marc Haisenko <ha...@webport.de>.
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