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

Re: Help!! About to give up on subversion...

From: M <marcus.rohrmoser_at_gmx.de>
Date: 2004-05-23 15:50:17 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

H Patil schrieb:
| Thanks for your reply. After doing the steps you suggested,
|
| svn list svn://localhost/svn_repo/
|
| works, but,
|
| svn list svn+ssh://localhost/svn_repo/ gives:
| svn: No repository found in 'svn+ssh://localhost/svn_repo'
|
| My SSHD logs indicate that it executed "svnserve -t" in E:\svn_home.
|
| This sounds like a bug to me. Is there anyway I can bring it to the
| attention of the developers?

Maybe you're running into the trap described in
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=7947
(repo must be on the same drive as the user's root)

Try to either move the svn repo to c:\svn_home\svn_repo or make a
junction (c: has NTFS, right?) like

c:\>junction c:\svn_home e:\svn_home

and call

c:\>dir c:\svn_home\svn_repo
c:\>svnserve -d -r c:\svn_home
c:\>svn list file:///c:/svn_home/svn_repo
c:\>svn list svn://localhost/svn_repo
c:\>svn list svn+ssh://localhost/svn_repo
c:\>svn list svn+ssh://localhost/svn_home/svn_repo

What are the results?

        M

P.S.: junction.exe can be found at
http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAsKwXXjHhiL8/upYRAmmnAKCglTiN7ip3/zx4GuE7WLsBTu2ufgCgh9m/
Gv47MAOd9Hr+qOyEVKaWduE=
=xuwz
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 23 15:51:45 2004

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.