|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] subversion question
|
BZZZZT! Previous email sent before it was complete...
I have a question about using subversion:
I have a tree of source code - but several files and perhaps one
specific subdirectory are to be left out of subversion. In my case it's
the config.php file which is different between my development and
production code. I may even want to leave out ALL the files in the
configuration directory and manually maintain any changes there.
All the tutorials and instructions I see tell me to use:
svn import project_dir file:///home/svn/project
..but this brings ALL the files in the tree "project_dir" into the project.
NEVERMIND: In the course of researching the question I found this (AKA: The answer):
Subversion's support for ignorable file patterns extends
only to the one-time process of adding unversioned
files and directories to version control. Once an object is
under Subversion's control, the ignore pattern mechanisms no
longer apply to it. In other words, don't expect Subversion
to avoid committing changes you've made to a versioned file
simply because that file's name matches an ignore
pattern—Subversion /always/ notices
all of its versioned objects.
Eric
--
# Eric Lucas
#
# "Oh, I have slipped the surly bond of earth
# And danced the skies on laughter-silvered wings...
# -- John Gillespie Magee Jr
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|