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

Re: "svn: No such revision '1'" error during checkout

From: Mark Parker <mark_at_msdhub.com>
Date: 2005-06-20 21:20:34 CEST

What I listed was a transcript (it was a cut-and-paste from my terminal)
of me doing exactly this: creating an empty repository with no revisions
and checking it out at revision zero. I also checked out the repository
over http and svn:// protocols. There isn't anything in subversion that
requires there to be a revision greater than 0 in the repository to
check it out.

My server and client are both 1.2.0, but I've also done the exact same
thing many times with 1.1.x server/client combinations. I tried the
whole test (minus http:// protocol) with 1.0.5 client and server, and
the results are the same.

For some reason your client is attempting to check out revision 1 of the
repository. I don't know why it would do that. I'm just trying to point
out that the import-one-revision explanation might be a wild goose chase.

Mark

Monks, Peter wrote:
> G'day Mark,
>
> I'm not sure I understand what your example is demonstrating. I'm
> accessing a 1.0.5 server from a 1.2.0 client over the svn:// protocol.
> AFAICT you're using the same (unknown) version of SVN for both the
> client and the server and using the file:// protocol - something that
> is quite different and hence quite possibly doesn't exhibit the
> behaviour that I'm seeing. What Olivier described is a workaround
> to the problem I'm seeing, albeit one that requires that I access the
> repository using something other than a remote 1.2.0 client.
>
> Perhaps you could explain your example in a bit more detail?
>
> Thanks!
> Peter
>
> ----------------------------------------------------------------------
> Peter Monks http://www.sydneyclimbing.com/
> pmonks_at_sydneyclimbing.com http://www.geocities.com/yosemite/4455/
> ----------------------------------------------------------------------
>
>
>
>
>
>>-----Original Message-----
>>From: Mark Parker [mailto:mark@msdhub.com]
>>Sent: Monday, June 20, 2005 11:33am
>>To: Olivier Sannier
>>Cc: users@subversion.tigris.org
>>Subject: Re: "svn: No such revision '1'" error during checkout
>>
>>
>>Olivier Sannier wrote:
>>
>>>I think you need to do at least one commit before actually doing a
>>>checkout.
>>>
>>
>>No, definately not.
>>
>>
>>mark@kilroy D:\1
>>$ svnadmin create repo
>>
>>mark@kilroy D:\1
>>$ svn co file:///d:/1/repo wc
>>Checked out revision 0.
>>
>>mark@kilroy D:\1
>>$ svn info wc
>>Path: wc
>>URL: file:///d:/1/repo
>>Repository UUID: 3b81499e-e342-dd42-979c-4cc294580faf
>>Revision: 0
>>Node Kind: directory
>>Schedule: normal
>>Last Changed Rev: 0
>>Last Changed Date: 2005-06-20 12:29:02 -0600 (Mon, 20 Jun 2005)
>>
>>
>>mark@kilroy D:\1
>>$
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>>For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
> .
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 20 21:22:39 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.