You are not logged in.
Pages: 1
I keep all my code in a local SVN repository that is checked out on all the computers that I use. Recently I put in all my config files as well. The problem is that whenever I make a change in a local config file i have to remember to mimic it in the working copy. Is there someway I can automate that? Maybe by having the files in the working copy as links rather than actual files?
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
Symlinking those files from the repo into your home dir should generally work.
Offline
Pages: 1