windows - Website w/SVN: Working Copy: Configuring Apache httpd.conf for local svn checkout - HOWTO? -
i have worked svn, , apache not together.
my customer has live site @ 1 address, , svn repository on machine @ address.
i have checked out whole 9 yards directory on local (windows xp) machine running apache/2.0.59. (there no problems configuring local sites.)
i 3 directories in checkout:
branches,
tags,
trunk
which 1 should use documentroot ?
thanks reading.
you're checking out wrong directory. check out either trunk
, or subdirectory of branches
or tags
. otherwise end checking out dozens of copies of code, in different versions.
as document root, depends on how project organized. same directory checked out, or subdirectory. latter more likely, since project contain code shouldn't accessible web.
Comments
Post a Comment