[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SVN repository ready to go!



On Tue, Jul 19, 2005 at 01:10:05PM +0200, Frank K?ster wrote:
> Julian Gilbey <jdg@debian.org> wrote:
> 
> > We've now got an SVN repository and it's ready to go!
> >
> > svn://svn.debian.org/pkg-tetex
> >
> > is the root of it.
> 
> I have played with it (hope all the mistakes I made are fixed; cvs2svn
> doesn't seem to be able to import into a subdirectory, namely
> tex-common/{branches,trunk,tags}), and all seems well when I am logged
> in on svn.debian.org (costa).
> 
> However, from my own machine, I cannot authenticate:
> 
> $ svn checkout svn://svn.debian.org/pkg-tetex/
> A  pkg-tetex/tex-common
> Checked out revision 34.
> $ rm -rf pkg-tetex/
> $ svn checkout svn+ssh://frank@svn.debian.org/pkg-tetex/
> Enter passphrase for key '/home/frank/.ssh/id_rsa': 
> svn: No repository found in 'svn+ssh://frank@svn.debian.org/pkg-tetex'
> $ 
> 
> What am I doing wrong?

If you're going to use svn+ssh, you need to use a slightly different
URL; I don't know why.  You want to do:

svn checkout svn+ssh://frank@svn.debian.org/svn/pkg-tetex/tex-common/trunk .

to checkout the trunk branch of tex-common into the current directory;
note the extra /svn/ component.

   Julian



Reply to: