[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-22 12:38:51 CEST

-----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
Received on Sat May 22 12:39:22 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.