On 03/09/2009, at 10:34 AM, Frederick wrote:

>
> I can't figure out how to get Versions to ignore a file called
> configuration.php. When I right-click the file, the option to "Ignore
> configuration.php" is greyed out. When I click the containing folder
> and add an ignore statement in there like *.php, or configuration.php,
> the file still appears with the pencil next to it.
>
Sounds like its already been committed to the Repository, in which  
case it is being monitored for changes and so cannot be ignored.
Ignore is used for files that change but are not neccessary like build  
files which change regularly but are not required to recreate the  
project if something weird happens.

does the configuration.php file get changed regularly? ie is it built  
dynamically from a script or make file etc?
if so you can delete it from the repository and when versions shows it  
again with a question mark against it you can then ignore it.
You may need to checkout your project again after the deletion to make  
your working copy reflect your repo.

I think this is right and please correct me if there is a better method.

Thoughts Quinn?  ( you seem to be the guy to ask about svn things ;)

HTH

Kieren


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to