0
votes
3answers
12 views
How can I extract all changed files of a changeset in Mercurial?
Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files …
2
votes
3answers
43 views
Subversion (svn + tortoiseSvn) commit not locked file
I have experienced strange functionality of subversion.
We are using latest 1.6 Svn server visual svn and tortoise svn 1.6.6
We have defined property svn:needs-lock to a file, then if you copy over …
2
votes
2answers
20 views
tag partial tree vs full trunk in svn
We have a repository with the following structure:
repos
trunk
module1
module2
...
tags
branches
We usually release individual modules to the customer and sometimes the whole …
2
votes
5answers
77 views
Installing a source control without admin rights
I'm forced to use SourceSafe at my job. There is no way this is going to change. I would like to use another source control for my own need in parallel. I want to be able to keep an history of my …
0
votes
0answers
13 views
looking for thoughts on open source workflow version control apps
Hi.
Starting to think about a tool/app to use for a project that will have multiple devs, with testers/reviewers/etc.. I'm going to need the app to provide the ability to ccheck in/out the docs/code, …
1
vote
2answers
54 views
How can I get the version number of git running on server?
I'm a git newbie.
I'm working on a project on GitHub, and I have some problems (I'll detail them in a later posts if further checks don't succeed) pushing my commits to remote repository.
I'd like …
2
votes
2answers
63 views
Set up git to pull and push all branches
I'd like to push and pull all the branches by default, including the newly created ones.
Is there a setting that I can define for it?
Otherwise, when I add a new branch, locally and I want to pull …
0
votes
3answers
61 views
Version control on a HUGE number of XML files
I am working on a system that will have several hundred thousand XML files, ranging from 2K to 1MB in size. Does anyone have experience using version control with >300k files? Will SVN or git become …
5
votes
13answers
550 views
What would be a good version control system for a small Delphi team? [closed]
Possible Duplicates:
Source control system for small database dev team
good version control software for Delphi 2009
We are a small team of 4 developers and need a good version control …
2
votes
0answers
179 views
Where to safely store source code? [closed]
Our company already uses version control, and is already doing daily's backups.
However, it is my boss's concern to keep the source code somewhere "safe enough" in case of multi-robbery or some …
0
votes
2answers
57 views
Converting from Mercurial to Subversion
Due to lack of Mercurial support in several tools, and managerial oppression it has become necessary to convert several trial Mercurial repositories to Subversion in order to conform with the company …
2
votes
1answer
24 views
Running Django Tests with a Precommit Hook
Hello,
I would like to run all my django tests using mercurial's precommit hook. Whenever a test fails the commit will be aborted.
The goal is to block build-breaking commits as often as possible.
…
1
vote
1answer
38 views
cleaning out a Mercurial Repository
There are a bunch of file in the history of my hg repo that have been removed. They are causing the repo to get pretty big (several of them are images, and sql dumps from early in the project, among …
1
vote
3answers
80 views
Development environment - VCS from development to staging server to production
Hi, I've read a number of topics in the same sort of ballpark as this one, but in all honesty I'm still not exactly sure on the best approach (as a starting point). I am a solo developer in a small …
3
votes
2answers
155 views
Choosing a version control system for a simple web site.
We're bringing some of our web development in-house and one of my goals is to get it under version control. Right now I'm looking mostly towards HG and Git, respectively. Bazaar was knocked out of the …
