0
votes
0answers
46 views

untrack [ignore?] a tracked file in a way that update cause not deletion

We have quite a few files and folders under svn (tracked, they appear in svn st) that we don't want under svn control (we want to untrack them if I got the jargon right). As these files are already ...
0
votes
2answers
58 views

SVN Ignore for all Repository

is it possible to set the svn:ignore (or something similar) for my repositories (instead of the working copy?) there is some kind of configuration file i can modify to get this working? hope someone ...
0
votes
0answers
99 views

svn on mac - global-ignore directories

Running svn version 1.6.17 on mac os x 10.6.8, command line - I have cache directories that I want svn to ignore. Every time I access the cackephp site, it creates cache .jpg and other files up to ...
0
votes
2answers
47 views

Why does SubEclipse prompt me to check in items marked as ignored in SVN-ignore?

I"m using Eclipse Juno on Mac 10.7.5 (Java 6) with SubEclipse. I'm also using SVN for version control. Despite the fact that I have set some files/folders to ignore using "svn propedit ignore ." a ...
0
votes
1answer
19 views

How can I do a reversed svn ignore

I have a repository with lots of good stuff in it. I want to keep all of that stuff in the repo, but I want to ignore a few files and folders when retrieving. The way I understand ignoring files and ...
1
vote
0answers
69 views

Eclipse - SVN derived files are committed in background

I have several projects in eclipse and sometimes I mark a file as derived so SVN ignores the file and it doesn't get committed. For a while this worked for me but somehow I have some problems now. ...
1
vote
1answer
107 views

SVN Delete and Ignore recursively

I have a repository with some files ending in .scc There is one of these files in just about every subfolder of the repo and they are all committed. I'm using: TortoiseSVN 1.6.15, Build 21042 - ...
3
votes
1answer
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
158 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
123 views

Adding a current project to SVN but ignoring certain file types

I currently have a project which I want to add to SVN but I don't want to version certain file types. (e.g. .png) or a folder (images). I know there's the svn:ignore, but this will not work if ...
1
vote
1answer
100 views

Svn ignore some files in a directory

I would like to ignore *.dll and *.xml under bin directory, but include everything else (*.dll.refresh). I tried the following ignore patterns but that didn't work: bin/*.dll bin/*.xml bin\*.dll ...
0
votes
1answer
98 views

svn checkout most recent date and prune empty directories

In CVS i can be specific with the type of checkout i need to acquire... For expample: cvs -q checkout -d CMS -P CMS Which means, checkout somewhat quite and create a directory called CMS and Prune ...
2
votes
1answer
122 views

Why do some directories mentioned in global-ignores still show up when running svn stat?

I'm running svn under Cygwin. This is the global-ignores line in my svn config: global-ignores = .classpath .project ~*.docx *~ .settings And yet I get the following result from svn stat: $ svn ...
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 ...
0
votes
2answers
100 views

SVN how to ignore a directory

i'm currently typing, which works... svn propset svn:ignore IgnoreMe C:\test\IgnoreMe but I was wondering if there was a way to state it without specifying "IgnoreMe" before the directory. As in ...
0
votes
5answers
342 views

SVN - ignoring files already in repository

I have a configuration file in my project which needs to be in the repository (so new developers get it when they checkout the project). Each developer might change some values in the file locally - ...
0
votes
1answer
343 views

Eclipse excludes build directory from svn

I have created a new svn repository for my c project on my server, and checked it out in eclipse (indigo). I can commit any file I add to the project, but for some reason Eclipse excludes the Debug ...
1
vote
0answers
246 views

Netbeans & Subversion: how to exclude/ignore a library that's been included in the project's path when commiting?

I can't find any option in netbeans or answer about this issue. Basically, I've included a library to a project's path, then the only option I've got if I right-click that 'include_path' folder is ...
3
votes
3answers
2k views

Exclude some files on svn command line commit (not svn:ignore)

I'm developing with many people. I check out remote repository, get 3 file. After edit, run: svn status It shows: M file_1 M file_2 M file_3 Now, I want to commit only two file: file_1, file_2, ...
2
votes
7answers
337 views

How to make SVN ignore certain lines of code in a file?

Me and my Friends are creating a program and using SVN to share code. The problem is that we are using google maps in it, so we need all of us to have different API keys. For now we have commented ...
0
votes
2answers
348 views

Prevent web.config from being committed in SVN

Is it possible to prevent the web.config file from being committed when doing an SVN commit? I have the following SVN Global ignore pattern set, but it still doesn't prevent it. If I replace ...
0
votes
4answers
387 views

Ignore a directory in SVN

We use SVN for a giant server of design assets at my job. I like to keep the root of our server checked out, so I can get organizational updates to the directory hierarchy as they're made. But their ...
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 ...
5
votes
3answers
4k views

How to correctly version control (svn:ignore) a Java project (Maven, Spring)?

i was on a 2-day training introducing as to Java EE. We used there Java EE, Spring Framework, Maven, Springsource Tool Suite (Eclipse), Tomcat. I took the Eclipse workspace we created there and run ...
0
votes
1answer
245 views

adding files to svn:ignore from a script

I am trying to remove all the NetBeans related files (nbactions.xml and nb-configuration.xml) from a maven based tree of projects, and add them to svn:ignore in every directory that contains a pom.xml ...
2
votes
1answer
267 views

SVN ignore problem

How is this possible? > svn status ? cp/app/cache ? cp/app/logs > svn propget svn:ignore cp/app/cache cp/app/logs order/app/cache order/app/logs It should ignore this 2 ...
2
votes
1answer
697 views

How can I get the Ignore Pattern in TortoiseSVN (v1.6.13) to work properly with Visual Studio (C#) files?

Using the UI I have set my Global Ignore Pattern to *.suo *.user *.ReSharper.* *ReSharper* *.5.1.ReSharper.user bin Bin obj Obj Debug Release but it doesn't appear to do anything. All *.user and ...
8
votes
2answers
6k views

SVN with Xcode 4 Ignore List

For Xcode 3 I always added *.mod1v3 and *.pbxuser to svn:ignore. Which are the user-specific files in Xcode4? My first intent would be to add the folders xcuserdata and project.xcworkcpace to ...
2
votes
1answer
166 views

Subversion: How to add a directory which is currently ignored and exists in most working copies?

How do you add a directory in subversion which is currently ignored. It is known that the directory exists in most working copies. When you remove it from svn:ignore and add it with svn add, users ...
1
vote
2answers
482 views

SVN diff command - ignore BOM

I'm using SVN in order to commit changes in windows and linux, but when I want to commit changes in some cases a BOM characters is added/ remove from files. I want that the diff of SVN will ignore ...
1
vote
1answer
784 views

subversion ignore files on import?

Is it possible to set a subversion property before the initial import has taken place? I'm getting ready to import a web CMS into a new repository. It has the directory sites/default/files, whose ...
1
vote
1answer
392 views

svn: ignoring files and folders

I've installed Visual svn and subslipse plugin. Then I created repository fro my Maven project and now I want to commit data. In Maven project I have folder named target with compilled files (by the ...
6
votes
2answers
5k views

which eclipse files to exclude from subversion repo

We as a development team were always happy with subversion and eclipse, we checked in everything and everything was fine. Until we had a new hire who's using anything but eclipse (RAD ). his RAD ...
4
votes
2answers
333 views

Using git-svn to ignore a file just in the svn repo?

I'm new to git-svn and I'm trying to mirror an SVN repo in git. However, I'd like to add a readme.txt file for the git repo (show it shows up in places like github) but ignore that file in the SVN ...
0
votes
2answers
284 views

SVN ignore being ignored

In my "application" dir, I have a "logs" directory and a "config" directory, both under version control, both having locally modified files, both told to ignore these files. However only one of the ...
1
vote
2answers
2k views

Subversion svn:ignore after a commit - files are not iggnore

I've been trying to ignore particular files and directories in order to prevent local modifications being submitted to repository. The problem I am having is that once a file has been committed to a ...
3
votes
4answers
2k views

Problem with TortoiseSVN Global Ignore pattern for a Visual Studio project

I'm running.... TortoiseSVN 1.6.11, Build 20210 - 64 Bit Windows 7 64 Bit Visual Studio 2008 I've created a repository, done an SVN Checkout, and created a new VS solution with a new project. ...
0
votes
2answers
587 views

“svn add *” adds even those files which are ignored

I am using svn add * to add files to the svn, and it adds the config file which is for sure added to ignore. lyuba@lyuba-laptop:/workspace/project$ svn propget svn:ignore .sass-cache config.js What ...
3
votes
3answers
1k views

SVN: ignoring/removing a versioned item while preserving users' local copy

There is a file, let's call it fileToBeIgnored, that is versioned in SVN and shouldn't be. I understand that svn:ignore only prevents the addition of files to the SVN repository. Already versioned ...
2
votes
3answers
1k views

Tortoise - is it possible to ignore new folder before committing it?

I just added a class library project to my .NET solution. When I built it, it created the bin and obj folders, which I want to exclude from version control. However, Tortoise won't let me ignore the ...
36
votes
10answers
11k views

How can I delete all unversioned/ignored files/folders in my working copy?

If I have a working copy of a Subversion repository, is there a way to delete all unversioned or ignored files in that working copy with a single command or tool? Essentially, I'm looking for the SVN ...
3
votes
3answers
125 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 ...
5
votes
3answers
3k views

How to make SVN ADD ignore binaries

Binaries (under Linux) don't have an extension so I cannot exclude them using patterns. Thus when I use SVN add to add a directory I will get something like $ svn add recursion_vector/ A ...
0
votes
3answers
2k views

Exclude TortoiseSVN's ignore-on-commit files from svn diff

$svn diff > patchfile creates a nice patchfile. However, using TortoiseSVN under Windows I've set some files as being "ignored-on-commit", that is, it is under version control but doesn't get ...
36
votes
12answers
21k views

SVN: Ignore some directories recursively

I don't want any directory named build or dist to go into my SVN no matter how deep in the tree it is. Is this possible? In git I just put build dist in my .gitignore at the root and it ...
2
votes
3answers
572 views

Subversion: Ignore a Directory in the Repo on Commit

I have all the boost header files in this repository and when I do a check in it takes a really long time to scan all those files that will never change. Because I want users that checkout the project ...
1
vote
5answers
2k views

How to make SVN ignore a folder?

I want to make SVN ignore everything that is in my wordpress directory. It bring me nothing but headaches because of auto updates to plugins etc. When I... svn propedit svn:ignore ./blog It tells ...
7
votes
3answers
2k views

How to configure hudson to ignore changes under specified SVN folders?

I'm looking for a way to ignore changes under specified SVN folders in Hudson. It's the same thing as exclude folders in TeamCity and filters in CC.Net. I haven't found any configuration option under ...
0
votes
3answers
409 views

Tortoise svn requires many tries to do anything

I use Tortoise svn along with about 20 others at our site and all have an ongoing issue with it. Whenever you choose any command (update, commit, or ANY item of the right-click menu) there is almost ...
16
votes
5answers
11k views

Ignoring Eclipse project files in SVN project

I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository. Now I could just ...

1 2