Hi guys, I'm new to Mac and Versions to please bear with me.
I got the following situation: Our repo is setup that way that each time a commit is made our dev server is updated with the newest revision. So each config file in the repo contains the settings that are needed to make the app run on the dev server. So far so good. If I want to make the app run locally on my linux system, I gotta update some settings, e.g. the database connection. No problem either. But when I commit it says the database.php (the file with the database settings) has changed, which is true because I've updated it with my local settings, but I can't commit that version of the file because the dev server won't work with those settings. Is there a way to ignore a file and only commit the others that have changed? I can right-click on a file and select "Ignore database.php", but then it says the file can't be ignored because it's under version control. Is there another way to do this? Under Windows using TortoiseSVN I could add files to a ignore list which would cause them to be ignored upon commit, no matter if they are under version control or not. Do you guys know a solution to this? Thanks David -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
