-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 revision.
Why do I need to commit the svn:ignore property? Is this a TortoiseSVN issue or just the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey, imagine a plain webapp with a log4j.properties which is under version control. I can't add it to svn:ignore because its a mandatory file. If i make custom changes for development and i don't want to commit them, i have to watch out for accidently commits. For one file it's easy to handle, with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the pattern svn:ignore datasheets/*/*.pdf
It is supposed to ignore all pdfs that are at an arbitrary depth under multiple "datasheet" directories under the current root folder.
As an example: say I have a dir structure like this
Websites
-web1
-dataSheets
-AT
-ignore…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
There is a master subversion repository that I've cloned a git repo from. I've got a lot of ignored files in my .gitignore that I'd like the svn repository to know about.
I know that I can use git svn show-ignored to pull the ignored list from subversion, but how can I do the reverse? Send a list…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How do I apply an svn:ignore glob recursively while doing an import?
>>> More