You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Monks, Peter" <pe...@vignette.com> on 2005/06/20 17:56:49 UTC

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

G'day everyone,
 
I just created a new repository on our trusty SVN 1.0.5 server, and
attempted to check it out using TortoiseSVN 1.2.0 as well as the SVN
1.2.0 command line client and in both cases I get the following error
message:

    svn: No such revision '1'

All of the following commands give this error:

    svn checkout svn://fu.bar.com/path/to/repos
    svn checkout svn://fu.bar.com/path/to/repos/
    svn checkout -r HEAD svn://fu.bar.com/path/to/repos/
    svn checkout -r {2005-06-20} svn://fu.bar.com/path/to/repos/

When I tried checking out the BASE revision, the error message changed
to:

    svn: Bogus revision information given

Did I muck something up or is this an incompatibility between 1.2
clients and a 1.0 server?

Environment:
Server:   SVN 1.0.5 from sunfreeware.com running on SPARC Solaris 5.9
Client 1: TortoiseSVN 1.2.0 build 3602 from tigris.org running on
          Windows 2000
Client 2: SVN 1.2.0 from tigris.org running on Windows 2000

Thanks in advance!
Peter
 
----------------------------------------------------------------------
Peter Monks                             http://www.sydneyclimbing.com/
pmonks@sydneyclimbing.com      http://www.geocities.com/yosemite/4455/
---------------------------------------------------------------------- 


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


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

Posted by Frank Gruman <fg...@verizon.net>.
Strange - I always got an error on my repository when first creating it 
too.  The way I get around it (and it made sense to me) was that you 
can't do a checkout of 'null' (i.e. there is nothing in the repository 
to check out.  So revision 1 is always my initial import.

Now - if what Mark says is right, then maybe there's a little loopy hole 
somwhere to close.  But it makes sense to me that revision 0 of a 
repository just might throw errors.  My advice - add some files to the 
repository and see what happens at revision 1.

Regards,
Frank

Mark Parker wrote:

>
> 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

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

Posted by Mark Parker <ma...@msdhub.com>.
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

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

Posted by Olivier Sannier <ob...@free.fr>.
I think you need to do at least one commit before actually doing a checkout.

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

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

Posted by kf...@collab.net.
"Monks, Peter" <pe...@vignette.com> writes:
> G'day everyone,
>  
> I just created a new repository on our trusty SVN 1.0.5 server, and
> attempted to check it out using TortoiseSVN 1.2.0 as well as the SVN
> 1.2.0 command line client and in both cases I get the following error
> message:
> 
>     svn: No such revision '1'
> 
> All of the following commands give this error:
> 
>     svn checkout svn://fu.bar.com/path/to/repos
>     svn checkout svn://fu.bar.com/path/to/repos/
>     svn checkout -r HEAD svn://fu.bar.com/path/to/repos/
>     svn checkout -r {2005-06-20} svn://fu.bar.com/path/to/repos/
> 
> When I tried checking out the BASE revision, the error message changed
> to:
> 
>     svn: Bogus revision information given
> 
> Did I muck something up or is this an incompatibility between 1.2
> clients and a 1.0 server?
> 
> Environment:
> Server:   SVN 1.0.5 from sunfreeware.com running on SPARC Solaris 5.9
> Client 1: TortoiseSVN 1.2.0 build 3602 from tigris.org running on
>           Windows 2000
> Client 2: SVN 1.2.0 from tigris.org running on Windows 2000

This is very bizarre.

Do you have administrative access to the repository?  Can you
successfully run 'svnadmin dump > /dev/null' on it?

What directory are you in on the client side when you run this?  Is
there a working copy named 'repos' there?

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