I'm using subversion for development on a website. On my laptop, the file that points to my local mysql database is different from the production version; apart from that I want my laptop and production version of all other files to be the same (except of course when I'm doing dev work locally).
To handle this I've created a branch called "laptop" - is this the "right way" to do things, or is there an easier way? What I'd like to be able to do is just "pin" this one different file, and do an "svn commit" that commits all my other changes, rather than having a separate branch. Thanks from a subversion noob, -- Sonia Hamilton | GNU/Linux - 'free' as in . | free speech, not free beer. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
