How To Set Up Subversion

By Daniel Miessler on September 5th, 2007: Tagged as Development | Programming | Subversion
  • Nice, concise bit on subversion, but why do you create a C++ application for updating when a simple shell script will do? Or even an alias?
  • The reason for using a c program is that svnserve will run the hooks as the apache user, so you need to create an executable with the setuid bit set. There are other options, such as using groups, but they're not universally available.

    What might be simpler is to use the executable to execv a shell script.
  • F.Baube
    You might clarify, in the Import step, is it OK if "." has files and multiple subdirectories, or should it have only a single subdirectory.
  • test
    test bugaga
  • tessssssssssssssssst

  • topsmileq

    tterte

  • Rando

    Well done, I spent a bunch of time messing around with other more complicated tutorials, found this, and had what I needed in 15 minutes. Thanks!

blog comments powered by Disqus

 

twitter_icon

Sample Original Content


Information Security

Tutorials and Primers

Culture & Society

Technology & Science

Politics

Philosophy & Religion

Miscellaneous

Tools & Projects


Blog Archives