You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by H Patil <su...@softhome.net> on 2004/05/22 08:07:19 UTC

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

This is the third time I am posting without getting a reply. Either there is
not much support for svnserve running on Windows or I am just plain unlucky.

 
Following is my problem, once again:
 
My repository root is E:\svn_home on a Windows 2003 Server.
 
When I try to access my repository, locally I got the following message:
 
C:\>svntmp>svn co svn+ssh://localhost/E://svn_home/trunk
svn: Couldn’t determine repository path
 
When I tried this, I got the following message:
C:\>svntmp>svn co svn+ssh://localhost/trunk
svn: No repository found in 'svn+ssh://localhost/trunk'
 
In both the above cases, my SSHD server logs (I have WinSSHD server)
indicated that it executed the command “svnserve –t” in E:/svn_home.
 
However, I was able to access the repository fine like this (when running
SVN server with svnserve –d –r E:/svn_home):
 
C:\>svntmp>svn co svn://localhost/trunk 
 
What am I doing wrong? Do I need to somehow indicate thru SSH tunnel where
my repository root is? If so, how do I do this? Is there a way to have my
SSH server execute “svnserve –t –r E:\svn_home” instead of “svnserve –t”
(presumably this should solve the problem).
 
Unfortunately, we don’t have a Linux server, and being a small company we
cannot afford to buy another server. 
 
Thanks, in advance.
 
- Himanshu
 
 

---
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/14/2004
 

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

Posted by H Patil <su...@softhome.net>.
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

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

Posted by M <ma...@gmx.de>.
-----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

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

Posted by H Patil <su...@softhome.net>.
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?

- Himanshu



-----Original Message-----
From: M [mailto:marcus.rohrmoser@gmx.de] 
Sent: Saturday, May 22, 2004 2:39 AM
To: H Patil
Cc: users@subversion.tigris.org
Subject: Re: Help!! About to give up on subversion...

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

I never tried svn+ssh://, I just use svn://, but please try
- - rename svn_home to svn_repo
- - create a folder e:\svn_home
- - move svn_repo to e:\svn_home
to get rid of the absolute filesystem path in the svn url (and as
"svnserve -d -r e:\" - accessing the root of e: didn't work for me)

svn list file:///E:/svn_home/svn_repo/
svnserve –d –r E:/svn_home
svn list svn://localhost/svn_repo/
svn list svn+ssh://localhost/svn_repo/

Does that work?

	M

H Patil schrieb:
| This is the third time I am posting without getting a reply. Either
there is
| not much support for svnserve running on Windows or I am just plain
unlucky.
|
|
| Following is my problem, once again:
|
| My repository root is E:\svn_home on a Windows 2003 Server.
|
| When I try to access my repository, locally I got the following message:
|
| C:\>svntmp>svn co svn+ssh://localhost/E://svn_home/trunk
| svn: Couldn’t determine repository path
|
| When I tried this, I got the following message:
| C:\>svntmp>svn co svn+ssh://localhost/trunk
| svn: No repository found in 'svn+ssh://localhost/trunk'
|
| In both the above cases, my SSHD server logs (I have WinSSHD server)
| indicated that it executed the command “svnserve –t” in E:/svn_home.
|
| However, I was able to access the repository fine like this (when running
| SVN server with svnserve –d –r E:/svn_home):
|
| C:\>svntmp>svn co svn://localhost/trunk
|
| What am I doing wrong? Do I need to somehow indicate thru SSH tunnel where
| my repository root is? If so, how do I do this? Is there a way to have my
| SSH server execute “svnserve –t –r E:\svn_home” instead of “svnserve –t”
| (presumably this should solve the problem).
|
| Unfortunately, we don’t have a Linux server, and being a small company we
| cannot afford to buy another server.
|
| Thanks, in advance.
|
| - Himanshu
|
|
|
| ---
| 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/14/2004
|
|

- --
/********************************************************************
~                             visit http://www.quanten-dilettanten.de/

~ Thanx, the "GR_FRameRAM8" is much more elegant than a mere "19",
~ naturally.

~ Infos zur Verschlüsselung mit OpenPGP http://www.gnupp.de
*********************************************************************/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAry26XjHhiL8/upYRAhkUAJ9x0ynFxpaTKqn1ufezkbxoaVOGNACgvp3r
KUJTyZDtBrJqom+MH2dfQrc=
=YJIl
-----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/14/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/14/2004
 


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


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

Posted by M <ma...@gmx.de>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I never tried svn+ssh://, I just use svn://, but please try
- - rename svn_home to svn_repo
- - create a folder e:\svn_home
- - move svn_repo to e:\svn_home
to get rid of the absolute filesystem path in the svn url (and as
"svnserve -d -r e:\" - accessing the root of e: didn't work for me)

svn list file:///E:/svn_home/svn_repo/
svnserve –d –r E:/svn_home
svn list svn://localhost/svn_repo/
svn list svn+ssh://localhost/svn_repo/

Does that work?

	M

H Patil schrieb:
| This is the third time I am posting without getting a reply. Either
there is
| not much support for svnserve running on Windows or I am just plain
unlucky.
|
|
| Following is my problem, once again:
|
| My repository root is E:\svn_home on a Windows 2003 Server.
|
| When I try to access my repository, locally I got the following message:
|
| C:\>svntmp>svn co svn+ssh://localhost/E://svn_home/trunk
| svn: Couldn’t determine repository path
|
| When I tried this, I got the following message:
| C:\>svntmp>svn co svn+ssh://localhost/trunk
| svn: No repository found in 'svn+ssh://localhost/trunk'
|
| In both the above cases, my SSHD server logs (I have WinSSHD server)
| indicated that it executed the command “svnserve –t” in E:/svn_home.
|
| However, I was able to access the repository fine like this (when running
| SVN server with svnserve –d –r E:/svn_home):
|
| C:\>svntmp>svn co svn://localhost/trunk
|
| What am I doing wrong? Do I need to somehow indicate thru SSH tunnel where
| my repository root is? If so, how do I do this? Is there a way to have my
| SSH server execute “svnserve –t –r E:\svn_home” instead of “svnserve –t”
| (presumably this should solve the problem).
|
| Unfortunately, we don’t have a Linux server, and being a small company we
| cannot afford to buy another server.
|
| Thanks, in advance.
|
| - Himanshu
|
|
|
| ---
| 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/14/2004
|
|

- --
/********************************************************************
~                             visit http://www.quanten-dilettanten.de/

~ Thanx, the "GR_FRameRAM8" is much more elegant than a mere "19",
~ naturally.

~ Infos zur Verschlüsselung mit OpenPGP http://www.gnupp.de
*********************************************************************/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAry26XjHhiL8/upYRAhkUAJ9x0ynFxpaTKqn1ufezkbxoaVOGNACgvp3r
KUJTyZDtBrJqom+MH2dfQrc=
=YJIl
-----END PGP SIGNATURE-----

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