Relative Content

Tag Archive for svn

Shouldn’t SVN warn me if I’m about to commit files which have newer versions in the repository?

We use SVN and PhpStorm at work. Recently our team has grown a bit so there are several people working on the same project at a time, sometimes on the same file. We’ve run into the problem where people don’t update before comitting and overwrite the changes that were made by someone else. This is a hassle. I don’t know SVN very well, but it seems like this shouldn’t even be possible. What are we doing wrong?

Managing an undercover SVN repository

The project I am working on is version controlled by SVN, and the unspoken rule at work is to commit only when a new stable feature is added (in order to have a “clean” revision history with no revert) so I work sometimes for a few days without commiting.

Is it possible to integrate MS Project Server with SVN

We have been using Hosted SVN + Fogbugz for our source control and task/issue tracking. Our developers are very comfortable with SVN and we are hesitant to switch source control (e.g. TFS) providers at this point. However, Management extensively uses Microsoft Project for project management and are considering setting up MS Project Server.

svndumpfilter Multiple Versions

I have a few questions about the Subversion open source project. I know that there are multiple versions of svndumpfilter (2,3). What are the tradeoffs and benefits of each version? In other words, what problems does each version seek to address?