Tim Allen on 17 Sep 2009 06:30:50 -0700 |
Hi Eric, What I normally do in this case is create a new, empty repository. I then copy the file tree into the empty repository's directory (only a blank trunk at this point). You can then use svn ignore on any file or directory (and subdirectories) you do now want to be under svn version control, before doing an initial check in to the repository. When you've ignored everything you don't want, check the entire tree in, and it will ignore any directories or files you've marked to ignore with svn. Regards, -Tim On Thu, Sep 17, 2009 at 9:07 AM, Eric <eric@lucii.org> wrote: > 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 > file:///home/svn/project > > > -- > # 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 > ___________________________________________________________________________ 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
|
|