Report message:*
 

Re: Not commiting my own mainfile - Please help me !!!

Subject: Re: Not commiting my own mainfile - Please help me !!!
by marcan on 2007/12/5 19:16:58

The problem with mainfile.php is that is is a file that NEED to be versionned. It's easy to ignore file that ARE NOT versionned. But it is not the case with mainfile.php.

If I follow the previous comment, then I would need to do an SVN REMOVE on mainfile.php so then I could add it to ignore list. But then the mainfile.php would no more be present on the SVN. So this is not working.

The only thing I see is to always remember to uncheck that file for commit when we are doing an SVN commit at the root of the project....

Or am I missing something ?