| Article: |
Setting up a Secure Subversion Server | |
| Subject: | CRAM-MD5 | |
| Date: | 2005-05-29 07:36:41 | |
| From: | Tankko | |
|
I need to put my subversion repository on a FreeBSD server, but a Windows XP client needs to access it (over the internet).
|
||
Showing messages 1 through 2 of 2.
-
CRAM-MD5
2005-05-29 08:00:29 Dru Lavigne |
[View]
Well, if you really can't use putty or a similar ssh client on the Windows system (http://www.openssh.org/windows.html), I'd suggest using Apache with either basic auth or https and having the Windows client access the repository using its browser. It's more setup work on the FreeBSD system but requires no configuration or additional software on the XP system.
-
CRAM-MD5
2005-06-24 08:54:20 IDunno [View]
Not that it's difficult to use SSH with windows (google for "putty"), but for using Subversion in Windows try TortoiseSVN: http://tortoisesvn.tigris.org/


