[evla-sw-discuss] A test svn repo is up for people to play with

Joe Chavez jchavez at nrao.edu
Tue Nov 14 16:39:39 EST 2006


Hello,

Sorry for coming late to the party. There were a few technical issues 
with my "@nrao.edu" e-mail address that are now resolved.

The "svn" and "svn+ssh" protocols work "out of box" as you have 
discovered. This because the use Unix system accounts for authentication 
and access the file system named in the repository path portion of the URI.

If use of the "http/s" protocol is desired then some additional work 
must be done on the server side to enable mod_dav_svn on Apache (and SSL 
if HTTPS is desired).  We ended up using HTTPS because our users 
frequently access the repository from outside the perimeter firewall. 
One advantage of this approach is that the repository can viewed (read 
only) using a Web browser. A disadvantage of this approach is that a 
separate user account database or Apache/LDAP integration must be setup 
for login processing.

-Joe

Brian Truitt wrote:
> Indeed, I just checked to make sure this works, and it does fine. For 
> some reason I thought I needed to do some extra work on my end for ssh 
> to work, but it comes working "out of the box" so to speak. So, if you 
> have a command line subversion client and a shell available you should 
> be able to do something like this:
>
> svn ls svn+ssh://username@crikey.aoc.nrao.edu/home/crikey/testsvnrepo
>
> Moreover, you can use a different host name than crikey as long as that 
> host has /home/crikey mounted.
>
> Of course, you can do the same thing with a gui front end, but you'll 
> have to find the options to setup the hostname or whatever on your own.
>
> Thanks Walter.
>
> Brian
>
> Walter Brisken wrote:
>   
>> Not exactly -- look into
>>
>> svn co svn+ssh://repo/...
>>
>> as an option.  Thats what I did here at work when I set up my own 
>> repository several years ago.
>>
>> -W
>>     
>
> _______________________________________________
> evla-sw-discuss mailing list
> evla-sw-discuss at listmgr.cv.nrao.edu
> http://listmgr.cv.nrao.edu/mailman/listinfo/evla-sw-discuss
>
>   



More information about the evla-sw-discuss mailing list