How To Set Up Subversion

By Daniel Miessler on September 5th, 2007: Tagged as Development | Programming | Subversion

8 Comments »

  1. 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?

    Comment by Stretch — 9/5/2007 @ 8:39 pm

  2. 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.

    Comment by Jason McCandless — 9/6/2007 @ 6:28 am

  3. You might clarify, in the Import step, is it OK if “.” has files and multiple subdirectories, or should it have only a single subdirectory.

    Comment by F.Baube — 9/6/2007 @ 11:05 am

  4. [...] dmiessler.com | How To Set Up Subversion (tags: subversion tutorial development software) [...]

    Pingback by Craig Vidler | Weblog » links for 2007-09-07 — 9/7/2007 @ 8:14 am

  5. test bugaga

    Comment by test — 9/19/2007 @ 7:44 am

  6. tessssssssssssssssst

    Comment by test — 10/1/2007 @ 5:29 am

  7. tterte

    Comment by topsmileq — 10/5/2007 @ 6:01 am

  8. 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!

    Comment by Rando — 11/19/2007 @ 6:48 am

RSS Feed For This Post...
This Post's TrackBack URI

Leave a Comment...