[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

make existing web site subversion aware

From: Christine Ross <cross_at_hccs.com>
Date: Wed, 4 Nov 2009 16:01:20 -0500

I have an existing web site project that the developers now want to put
into subversion. There is no version control, just an
/usr/local/apache2/htdocs/docsite directory. This is a solaris 10
server. I have done a useradd -d /home/subversion -m svn, and svncreate
create /home/subversion/repos. I'm working on the apache configuration.

 

The documentation talks about importing a project? Do I have to somehow
bring this /usr/local/apache2/htdocs/docsite directory into
/home/subversion/repos?

 

I saw this but how would it know what to do with all the files and
directories in the current DocumentRoot that contains all the files for
the application being put under subversion control?

 

$ cd /home/subversion/repos

$ mkdir myproject_svn myproject_svn/tags myproject_svn/branches

$ mv myproject myproject_svn/trunk

$ svn import myproject_svn http://localhost:8080/svn/repos/myproject

Can I make another directory under repos for that particular project?
Currently my httpd.conf have SVNPath and not SVNParentPath.

Any help is apprecaited?

Thank you

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414520

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-04 22:02:37 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.