Subversion is a free/open source version control system. When Subversion was first conceived in 2000, the design goal was to fix CVS. It is currently the most popular version control system. Since 2009 Subversion has been an Apache project, hosted at subversion.apache.org. The subversion book is ...
4
votes
2answers
136 views
When to reintegrate feature branch?
From SVN 1.5, it supports reintegrate feature. I wonder when I should reintegrate. Should it be done before release or after release?
If I do it
Before release
Pro: It is not forgettable to merge ...
6
votes
2answers
119 views
Any recognized convention for repository changelogs?
We use TortoiseSVN, but we have no bug tracking system. I know, lame, but beyond my control.
There were times when svn wasn't in daily use.
Now I've had succeeded in pressing for using it regularly, ...
19
votes
11answers
718 views
Should I use a code repository if I am the only one working on a project? [closed]
Possible Duplicate:
Version control for independent developers?
I am not sure if I should use a code repository when I am the only one working on a project.
3
votes
2answers
347 views
Are any companies moving from DVCSs to CVCSs? [closed]
Are there any actual business cases that have made any company move from a DVCS to a CVCS (regardless of whether they were on a CVCS originally)?.
Other than having a closed mind and rejecting the ...
4
votes
3answers
185 views
Which revision control system to use for 2 semester capstone course? [closed]
For CS undergraduate students working on a 2-semester capstone course without any prior exposure to revision control systems, what would be a good one to use?
Desirable qualities would be easy to ...
1
vote
0answers
98 views
Trac/SVN to DVCS Migration
The project I'm currently working on is using Trac, with SVN integration. It's worked great until now. Now, however, we've taken on some additional developers and we're running into issues with ...
5
votes
5answers
239 views
How to keep Free/Paid version of the app separate in subversion
I have a paid application on the android marketplace, however, I want to release a free ad-supported version.
The easiest way I thought to do this was to set up a branch on my subversion repository ...
7
votes
6answers
409 views
What's the best way to review a code before it's committed to the trunk? (SVN)
What's the best way to review a code before it's committed to the SVN trunk? One idea that I am thinking of is to having the developer to commit his code to a branch and then reviewing his code while ...
0
votes
3answers
182 views
How to set-up a simple subversion workflow
I am trying to set-up a simple SVN workflow at home. I am new to subversion (and programming) so I have been reading the official PDF documentations but still not sure about how to set-up my ...
9
votes
3answers
311 views
Should I add old code into my repository?
I've got an SVN repository of a PHP site and the last programmer didn't use source control properly. As a result, only code since I started working here is in the Repo.
I have a bunch of old copies ...
0
votes
2answers
148 views
Problem with MVC3 application
I am working on MVC3 application. I use entity framework, NInject, Fluent Validation and some more Nuget packages. I am using Tortoise SVN for versioning.
Recently I changed the structure of my SVN ...
-3
votes
2answers
187 views
Reasons to Use Version Control [closed]
Possible Duplicate:
I'm a Subversion geek, why I should consider or not consider Mercurial or Git or any other DVCS?
What is the value of using version control?
I am a relative noob ...
3
votes
5answers
388 views
Can we set up svn server on a local computer without any network access?
I want to set up an SVN repository on my computer without any network access. I am working on a code without any collaborator, so I don't want it to be publicly available. I read the following post.
...
10
votes
4answers
346 views
How do you achieve a numeric versioning scheme with Git?
My organization is considering moving from SVN to Git. One argument against moving is as follows:
How do we do versioning?
We have an SDK distribution based on the NetBeans Platform. As the svn ...
2
votes
5answers
306 views
Is there any evidence that graphic interfaces tend to mess with SVN- and Git-repositories?
In my company I am faced with assertion that graphic interfaces for VCSs like SVN or (especially) Git tend to mess repositories - especially regarding branching.
Being a passionate Windows and GUI ...