0
votes
1answer
17 views

Why does TortoiseSVN show the “modified” status icon for my working folder if there are modified, yet ignored files? Ignoring config file problems

I'm a bit new to subversion/tortoiseSVN, and am a bit confused about how to deal with config files which should be different in developement and deployment, and I think my problem stems from this ...
3
votes
2answers
1k views

Add to svn:ignore greyed out in subclipse

I have some files which I can't add to svn:ignore using subclipse and I don't know why. The usual reasons for not being able to add files to svn:ignore seem to be that the file is already in the ...
0
votes
0answers
166 views

svn:ignore all subdirectories

My output from svn st looks like this: ? wp-content/uploads/2012/07/file.jpg ? wp-content/uploads/2012/07/some_other_file.jpg ? wp-content/uploads/2012/08/more_file.jpg ? ...
0
votes
1answer
50 views

How do I protect config log in information when committing to SVN?

I have a CodeIgniter php project in repo and have done a lot of updating to the database config file which contains all of my login information. I want other users or developers to be able to checkout ...
3
votes
1answer
2k views

SVN ignoring hidden files (.project .pydevproject and . files)

I want to ignore some hidden files (like .project and .pydevproject) in SVN. They are already in our trunk at the moment so I don't want to delete them from the trunk since it may cause more problems ...
2
votes
2answers
335 views

Way to ignore files with Surround SCM?

I am using surround SCM with a directory structure that looks like the following: root/ src/ somecode/ lib/ my working directory looks like this: root/ .settings/ src/ somecode/ ...
3
votes
3answers
127 views

Why do I need to commit ignores under TortoiseSVN?

When I select ignore on a files under version control it marks the parent directory as changes, then when I then do a commit, it checks in svn:ignore property to the repository, resulting in another ...