[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: H Patil <subs1970_at_softhome.net>
Date: 2004-05-25 06:28:05 CEST

Thanks, once again... You see the link that you gave was in response to a
question I had posted two months back. Unfortunately, I had tried it that
time also but it didn't work. The thing is that I know for sure that my
svnserve is getting started in E:\svn_home (based on WinSSHD logs), it's
just that it still doesn't work. I get the same "Couldn't find repository"
error in that case too.

Anybody doing subversion development have any comment on this problem?

Thanks,

- Himanshu

-----Original Message-----
From: M [mailto:marcus.rohrmoser@gmx.de]
Sent: Sunday, May 23, 2004 5:50 AM
To: H Patil
Cc: Subversion User Liste (E-Mail)
Subject: Re: Help!! About to give up on subversion...

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

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.686 / Virus Database: 447 - Release Date: 5/15/2004
 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.686 / Virus Database: 447 - Release Date: 5/15/2004
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 25 06:28:42 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.