Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My admins don want me to have a HTTP server for Subversion. What can I do if I still want remote usage?

0
0 Posted

My admins don want me to have a HTTP server for Subversion. What can I do if I still want remote usage?

0

A simple opton is to use the svnserve server instead of Apache. See chapter 6 in the Subversion book for details. However, if your admins don’t want you to run Apache, it’s very likely they don’t want you to run a custom server process on port 3690 either! So the rest of this answer assumes that your admins are okay you using an existing SSH infrastructure. If you previously used CVS, you may have used SSH to login to the CVS server. The ra_svn Subversion access method is the equivalent way of doing this with Subversion. Just use the “svn+ssh” prefix to your Subversion repository URL.

0
0

A simple option is to use the svnserve server instead of Apache. See chapter 6 in the Subversion book for details. However, if your admins don’t want you to run Apache, it’s very likely they don’t want you to run a custom server process on port 3690 either! So the rest of this answer assumes that your admins are okay with you using an existing SSH infrastructure. If you previously used CVS, you may have used SSH to login to the CVS server. The ra_svn Subversion access method is the equivalent way of doing this with Subversion. Just use the “svn+ssh” prefix to your Subversion repository URL.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123