2
votes
3answers
48 views
How to display list of repositories from subversion server
I'm looking for a way to search a whole subversion server.
I already got a piece of the puzzle to search within a repository. Now I need to do this for every repository.
Update: …
9
votes
11answers
182 views
Are comments to show what version code was added/modified for useful?
Some of the developers on the project I work on have a habit of commenting their code to show which version of the product it was added for, e.g.
// added for superEnterpriseyWond …
5
votes
2answers
76 views
How to search for file in subversion server?
Is there a way to search for a file in a subversion repository?
Something similar to Unix' find command, with which I can find the location of a file in a repository.
I know ther …
2
votes
2answers
49 views
Organizing Python projects with shared packages
What is the best way to organize and develop a project composed of many small scripts sharing one (or more) larger Python libraries?
We have a bunch of programs in our repository …
7
votes
10answers
205 views
Version Control for non-programmers
Can someone recommend a version control engine + GUI that will be good for non-technical users? I'm perfectly fine with using Subversion with my team of developers, but I want to …
0
votes
0answers
16 views
Automaticaly Advance build/revision number VS 2008 in Source Controlled environment
This question Refines:
Previous Question
A good solution was offered to automatically increase the revision number (not by random time values but incrementally) using this tool: …
7
votes
10answers
134 views
How to manage multiple clients with slightly different business rules?
We have written a software package for a particular niche industry. This package has been pretty successful, to the extent that we have signed up several different clients in the …
0
votes
2answers
37 views
How to handle unmergeable files in a version control system?
I am working in a model-driven environment, where Java code is generated from a MagicDraw model by AndroMDA. The models are developed iteratively, hence we would have to merge them …
0
votes
1answer
18 views
Files to ignore when using Visual Studio with Git
I've installed Git to do some development using Visual Studio 2008. Most of the work will be new development but we do have some old projects from prior to VS2005 that I want to br …
0
votes
7answers
185 views
Is there an open-source, web-based, self-hosted, revision control system?
Not something like Gitweb because you can only BROWSE and not actually check out/in files.
I'm thinking of something like Visual SourceSafe, but web-based, and open-source, that y …
0
votes
1answer
22 views
Execute Maven plugin goal on parent module, but not on children
We have a multi-module maven project that uses a profile that defines a buildnumber-maven-plugin to increment a build number and then check it into source control.
If I define the …
0
votes
0answers
20 views
Version Control with Google Docs Best Practices?
From a quick perusal, it seems that Google Docs does not support version control the way git or svn does. My question is:
If I want to store all my documents on Google Docs, what …
2
votes
4answers
106 views
How do you version service pack or hot fix?
If your application has a public API that people develop against then what do you do in following scenarios?
If you publish service pack of your
application do you change the ver …
1
vote
6answers
99 views
version control: free one for visual studio express
I am using c# express and would like to use a free version control system. Please share your recommendations.
1
vote
5answers
96 views
SVN commit fails beacuse I did not check out.
I have some source code and I imported it into SVN. I forgot to update or check out it and made some changes to the files.
Now (understandably) SVN does not allow me to commit the …
