[ciapug] Subversion
Rearick, John P [VDPAM]
jrearick at iastate.edu
Mon May 21 14:50:33 CDT 2007
A good place to start learning about Subversion is the "book" at
http://svnbook.red-bean.com/ . For your specific problem check out the
ignore options
http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore
.html .
However, I would see about not checking in the entire Apache folder and
rearrange your applications' directory structure so that it is not mixed
in with the other Apache files. For example have a directory for your
application (htdocs/myApplication) and inside that folder have your html
and phpinclude folder (htdocs/myApplication/html and
htdocs/myApplication/phpinclude). If phpinclude is more of a shared
library, you might want to consider having phpinclude in a separate
repository.
John
-----Original Message-----
From: ciapug-bounces at cialug.org [mailto:ciapug-bounces at cialug.org] On
Behalf Of carl-olsen at mchsi.com
Sent: Monday, May 21, 2007 2:26 PM
To: ciapug at cialug.org
Subject: [ciapug] Subversion
I'm trying to figure out how to use Subversion. I have version 1.4.3
installed
on Windows XP Professional and I have Tortoisesvn installed. I created
a
repository at "C:\svn\apache2" and I imported the "C:\apache2" folder
into it.
I'm sure that was a mistake because that is where I have Apache 2.2.x
installed.
The reason I tried to do it that way is because I have two folders where
I keep
my working files "htdocs" and "phpinclude" and I want to be able to have
them
both open in Zend Studio 5.5 at the same time.
When I open Zend Studio and try to checkout the files, I get an error
message saying it
cannot add the directory "htdocs" because it already exists. Obviously,
it does
exist because that's where I imported the files from.
Is there some way I can set this up so that it only versions the files
and
folders I want to version and ignores the rest, as well as allowing me
to keep
my working directory the same as the web root for Apache (and my
"phpinclude"
folder which is outside the web root)?
Carl Olsen
Des Moines
_______________________________________________
ciapug mailing list
ciapug at cialug.org
http://cialug.org/mailman/listinfo/ciapug
More information about the ciapug
mailing list