svn

The Dual Nature of svn:ignore

Reading around, the svn:ignore command seems to work one of two ways: If the file or directory is not already under version control, meta data will be added to the repository ignoring the file or directory for all other team members who check out the project. If the file or directory is already under version control, the ignore will on...

Omit Versioned Files or Folders from Commit List

Follow-to this question: http://stackoverflow.com/questions/4052999/the-dual-nature-of-svnignore Is there any way to accomplish the second scenario? i.e. Stop Tortoise SVN or plain SVN from listing a fixed set of files which have local modifications but are under version control from appearing in the commit list? I am on a project wher...

How can I copy a directory tree but exclude .svn directories?

Here is the problem: Loop through all files and subfolders copying all contents EXCEPT .svn into another location. I can think of some pretty hairy ways to do this but am wondering if anyone knows a real simple function to save me a bit of time? Thanks. ...

Eclipse + Subversion (subclipse) + Maven (m2eclipse) multi-module project

I have some related legacy projects that are a mess and I would like to mavenize them as a multi-module project shared on subversion (first multi-module project, we've always had them separate). There are a few key parts 1) webservice, 2) model, 3) various swing clients, 4) model (w/ persistence from hibernate), 5) core JSE tasks. I've...

Svn: How to checkout some directory and still be able to update at root.

I have a SVN project at work that looks like this: Repository project |-- docs |-- scripts `-- app |-- trunk |-- branches | `-- development `-- tags |-- Release_1.0 |-- ... `-- Release_5.3 I want my working folder like this: Working copy dir_root ...

What happens if I add a symbolic link to subversion?

I'd like to add a symbolic link to subversion and when I do a checkout all it does is add the same symbolic link right to my checkout but I'm afraid to add it if that's not what happens. ...

What to modify when my SVN server's IP address changes in Xcode?

I get the following error in Xcode: Error: 175002 (RA layer request failed) Description: OPTIONS of 'http://[email protected]/svn/MyProj/MyProj.xcodeproj': could not connect to server (http://192.168.0.107) I made two changes since the last time it worked: The local IP address of the computer it's connected to has changed (which...

svn lock branch

can i block commit operation possibility to selected branch ...

Working on multiple SVN branches in 1 Eclipse Workspace

Is it possible to have 1 workspace which contains different branched copies of the same project? Say I have Project1, and it is in this structure: /trunk/Project1 /branches/1/Project1 /branches/2/Project1 Can I have 3 instances of Project 1 in the same workspace, where each eclipse project points to either the trunk or one of any bran...

Eclipse hanging in svn+ssh project

Hey! I am running eclipse php helios on windows 7 64bit. I have created a projected with existing sources, sources from a svn+ssh repository. I have the project in another pc, which is running ubuntu server 10.10. My problem is that I can't do a refresh of the project. It hangs when the bar is at half. I can see the file in php explore...