Tagged Questions
The svnignore tag has no wiki summary.
7
votes
2answers
226 views
How can you indicate files to ignore in svn when using git and the git-svn bridge?
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 ...
6
votes
3answers
877 views
SVN atomic commit how-to
Where I am: Linux command line
The problem I have now:
Sometimes I couldn't make atomic commits(consisting all the modifications required for one particular ticket/task), because we have some files ...
5
votes
3answers
275 views
Correct way of integrating SVN source control and Visual Studio .NET 2005/2008?
What is the best-practice for maintaining a source code repository that automatically (or, at least, by default) rejects the inclusion of /bin, /obj, *.suo, etc. files?
Should each developer be ...
5
votes
2answers
5k views
svn:ignore property during import
How do I apply an svn:ignore glob recursively while doing an import?
4
votes
2answers
420 views
Protect files from svn commit
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 ...
4
votes
1answer
909 views
AnkhSVN ignore pattern
How does AnkhSVN keep non-versioned files out of SVN? I checked the global ignore pattern and the svn:ignore property but found nothing there.
3
votes
3answers
69 views
How do I ignore a file/directory with a space in it with a (tortoise) SVN ignore pattern?
I'm trying to add the directory with a space in it:
Static Debug
to my SVN ignore pattern.
However, spaces are used to separate different directories (so the above ignore pattern would be ...
3
votes
1answer
240 views
git aware but (remote) svn ignore
I have a publicly hosted svn repository on google code, however locally I switched to git because of various reasons. I'm currently the only developer with access to the googlecode repo so no need to ...
3
votes
3answers
274 views
Ignore a folder during SVN updates
If I svn:ignore a really big folder will it improve performance during SVN updates?
I have this really massive (>600MB) folder in my project. The files in this folder should not be changing at all. ...
3
votes
3answers
176 views
How to remove file from Subversion (make it 'unversioned')?
I'm always having this problem and I didn't found the answer yet really.
Let's say you setup your partner setups a new project and imports every single file of the it, including those ones related to ...
3
votes
4answers
557 views
What's wrong with my svn:ignore pattern?
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: ...
2
votes
2answers
647 views
SVN ignore all sub-folders with a specified name
I would like to ignore a specific named sub-folder from all current and future folders created going 1 level deep.
I have a folder that holds all of the templates I am using to generate files. This ...
2
votes
2answers
500 views
SVN: Ignore subfolders
I have a folder say:
/user_files
Which I want to include in svn
But the web dynamically creates additional folders underneath it, which I don't want to include. Is there a way to use svn ignore to ...
2
votes
2answers
101 views
svn:ignore -only for ignoring during a commit or is it also during update?
I want to make sure that some ide project metadata files are not updated when I checkout from svn. Unfortunately it has been checked into the project when the project was created, but I have my own ...
2
votes
1answer
672 views
How do I svn:ignore with AnkhSVN?
I am so unbelievably retarded when it comes to Subversion/AnkhSVN. I just don't get it at all. Anytime I do anything outside of updating and committing, everything blows up in my face.
These are ...
2
votes
3answers
372 views
svn:ignore generated subfolders
I'm always having troubles with svn:ignore, but this time I think I may be attempting something impossible.
assuming dir structure:
/
/foo
/bar
/web
/uploads
/assets
...
2
votes
3answers
97 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 ...
2
votes
3answers
572 views
svn propget svn:ignore . returns nothing, but svn is obviously ignoring my files
I'm trying to add an existing iPhone project to a subversion account on unfuddle.com.
Everything seems smooth except for some .a files which are ignored. I know they are ignored because I don't see ...
2
votes
2answers
602 views
Setting svn:ignore flag using svnkit
I am using SVNKit in my application. I have a scenario wherein certain files should be ignored when doing svn operations. i.e. I need to set the svn:ignore property for certain patterns.
How do I do ...
1
vote
1answer
15 views
Update svn:ignore Using Subclipse
I have an existing application that I checked out from SVN. Say it was something like the following:
MyApp
-- MyFolderA
There is already a svn:ignore property on the application. It currently ...
1
vote
1answer
23 views
Eclipse STS svn svn:ignore, not letting me ignore certain files
I'm using Eclipse STS and SVN on Windows. I'm able to check-in/out from STS, no problem, but when I commit from STS I want to ignore generated files like .class, etc. So I'm trying to use the SVN ...
1
vote
2answers
78 views
GWT .hgignore / .gitignore entries
What are the typical entries in your source control ignore files for a GWT App (developed in eclipse)?
1
vote
1answer
62 views
Can I override svn:ignore for individual directories?
The default global ignore for Subversion does a good job of keeping build artifacts out of version control. What if I need to distribute a directory of compiled code for my stuff to build?
I don't ...
1
vote
1answer
57 views
Temporarily ignore subversion ignore settings
I have a bunch of files that I normally want to ignore so I have the file extensions listed in my global ignore as well as on the folder properties ignore list. However, I have a one-time need to see ...
1
vote
1answer
282 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 ...
1
vote
2answers
99 views
Find out who committed a specific svn prop (svn:ignore) on a directory
In my svn project there is a directory which has an svn:ignore property. Now i want to find out which committer set this property on this directory and the corresponding revision.
How can i do that ...
1
vote
0answers
925 views
How can I make Subversion ignore externals for future updates and status reports?
I'm working on a project which uses a tool developed in-house. It's convenient to have that tool's source code available while working on my project, so I ran
svn propset svn:externals -F ...
1
vote
2answers
1k views
SVN with Eclipse: Commit doesnt work, instead “Skipped” message
I use Eclipse with SVN. Besides others I have a folder "application". This folder contains several other folders, among these "cache" and "logs". I added the svn:ignore property to "cache" and "logs". ...
1
vote
1answer
105 views
how to ignore a committed file in subversion?
I joined my teammate to a existing project. There is a file I would like to ignore, as I have some changes which only fit my local machine. But seems SVN cannot ignore file which are already ...
1
vote
1answer
123 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/
...
1
vote
1answer
233 views
SVN Ignore files anywhere in project
so I have started using Subversion and am confused about the ignore files.
From what I've read, I can ignore files within a directory with propedit/propset. However, I added a rule to ignore files ...
1
vote
2answers
228 views
How do I specify a negative pattern in an svn:ignore value
I'm using SVN as my VCS.
I have a folder where I keep user-uploaded files. Obviously I don't need those under version control. However, there is a single file in the folder, which I need - .htaccess.
...
1
vote
1answer
238 views
Set svn:ignore property on anything in a particular folder (but not the folder itself)
I have this folder
public/assets/dvd_files/dvds/
and i want to svn ignore anything that might appear in it. I thought that this would work:
svn propset svn:ignore * public/assets/dvd_files/dvds/
...
1
vote
3answers
1k views
How delete a directory in SVN-repository and set it to svn:ignore at the same time?
I want to delete a directory in the repository via command line. At the same time, I don't want to propagate Subversion this change to the local working copy. The directory in the working copy should ...
0
votes
2answers
23 views
Recursively ignoring files in the entire source tree in subversion without removing existing ignore properties
I wish to add a line to my svn:ignore for, say, the pattern "*.bak".
I'd like this to be done recursively for the whole tree. I can do this as described here:
svn propset svn:ignore '*.bak' . ...
0
votes
2answers
37 views
How to svn import a directory that contains subdirectories already with .svn folders?
I've been using svn for a while, I have everything inside a /work directory but have mixed versioned directories with non-versioned, and the local directory structure does not mirror that of the ...
0
votes
1answer
102 views
How to set svn ignore property in eclipse
hi i want to add SVN ignore property to my project
to ignore target folder and .classpath
so i went through team>set property
but i didn't knew how is the configuration for the name and values will be
...
0
votes
4answers
58 views
ignore recursive, including dynamically generateed files and directories
Just as the title explains - is it possible to set an ignore property on a directory recursively, including dynamically generated files and directories.
For example, I have a tmp folder which will ...
0
votes
2answers
78 views
svn:ignore - how does it work?
I have difficult in understanding the svn:ignore property. It would be nice if someone could help me on this.
I checked out a grails web app from a svn repository that has svn:ignore property applied ...
0
votes
2answers
92 views
Trying to ignore a file in svn
We use maven and svn. It was an mistaken checkin of target directory to SVN that cause this error. I removed target from the repository:
svn delete -m "removing target folder" ...
0
votes
2answers
58 views
svn: which files will commit - how to ignore them
I've got the following output from svn status
$ svn status
M .
? tmp
M cron
M cron/alerts.php
M Impact.php
M logs
M conf
M conf/db.ini <-- ...
0
votes
2answers
77 views
Do the entries in .gitignore get applied to the SVN repository when using git-svn?
If I tell git to ignore x amount of files and never add them to the repository, will those files also make it into the svn:ignore property? And if so, how can I keep .gitignore local to only my local ...
0
votes
3answers
135 views
How to delete temp files from subversion but retain the copy in my local folder?
When we moved to SVN, we just included anything and everything in our folders on subversion. I want to exclude all log files in a folder.
I am on Ubuntu.
thinkcode@myserver:~/Project1/Log/*.txt
...
0
votes
1answer
113 views
If I use svn propset svn:ignore -F multiple times is the property appended to or replaced?
Say I want to convert a .cvsignore file to an svn:ignore property while converting an old cvs project to svn. Then someone else comes along and, not realizing that .cvsignore is no longer in use, ...
0
votes
2answers
137 views
svn:ignore does not work as expected
I'm trying to pull together a testcase for another problem I have and for this I want to mimic a svn repository with a directory in svn:ignore.
When that value is set, the directory specified in the ...
0
votes
2answers
75 views
Handling file uploads within SVN
I'm constantly having to propset svn:ignore on my uploaded files directories simply because svn:ignore doesn't work as expected. I'm working in NetBeans and our site is constantly under heavy ...
0
votes
2answers
1k views
SVN:ignore how-to and on what?
It seems to me that adding the property svn:ignore on files like .classpath would be a good idea. I use both Windows (work, ugh) and Linux development environments and every time I sync with the ...
0
votes
1answer
61 views
SVN: Ignore a _versioned_ directory
I am working on a project with a very large svn repository.
One of the directories under source control contains a plethora of very large binary files totaling over 1 GB in size. I have no interest ...
0
votes
2answers
56 views
How to don't let file to be uploaded to repository?
Is it possible to prevent the specified file (path) from commiting to a repository?
For example, we need somepath/database_config.php not able to be committed.
I tried to use svn:ignore property, ...
0
votes
3answers
817 views
Subclipse wants to commit an folder conaining an svn:ignore file
I have a project with a subfolder Resources. In this folder there is a file I added to SVN:ignore.
Now there aren't any other changes compared with the latest respository revision. But in eclipse's ...