nsatwitter.blogg.se

How to configure svn in linux
How to configure svn in linux










how to configure svn in linux

I now have a working SVN server (which has currently only been tested locally).ġ: Install Apache HTTP server and required modules: sudo apt-get install libapache2-svn apache2 Credit must go to AlephZarro for his directions here. Steps I’ve taken to make my laptop a Subversion server.

how to configure svn in linux how to configure svn in linux

If you can, please note where instructions are specific to a particular distribution or version, and where a users’ choice of a particular tool can be used instead (say, nano instead of vi). These steps can involve any mixture of command line or GUI application instructions. Validate the setup with an initial commit (a “Hello world” of sorts).Configure a set of authorised users (as in, they must authorised to commit, but are free to browse).Configure a secure way of accessing the server (SSH/HTTPS).Get and configure Apache, and necessary modules (I know there are other ways to create a SVN server, but I would like it Apache-specific).What are the steps required to get this working? Please include steps to: Both for myself to commit to locally, and for others remotely. I have a laptop running Ubuntu that I would like to act as a Subversion server.












How to configure svn in linux