Tagged Questions

5
votes
5answers
49 views

Git: Should I ignore the Index or is there a killer application for it?

As a subversion user, git's index is the most challenging new concept I'm facing as I consider using it for new projects. I read many people's comments saying that they don't use the Index (always …
5
votes
1answer
135 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 there is svn list, but …
4
votes
2answers
50 views

MySQL Version Control - Subversion

Wondering if it is possible to have a version control of a MySQL database. I realize this question has been asked before however the newest is almost a year ago, and at the rate things change... The …
4
votes
5answers
131 views

Which VCS should I use with Google Code?

I am about to start a project and was thinking of using Google Code to host it. It gives the option of using Mercurial or SVN for version control. I have never before used a VCS, and would like to …
4
votes
11answers
171 views

How do I avoid Complicated Merges in Subversion?

I'm new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it through Visual Studio. …
4
votes
3answers
116 views

How to commit subversion revision with every commit in order to refer between two repositories.

Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either side changes. It …
4
votes
4answers
264 views

Will Subversion efficiently store OpenXML Office documents?

Hello, I have been managing Subversion as an engineering document storage repository for my company. It is working fairly well, however I have a question about how MS Office 2007 formats are (should …
3
votes
7answers
93 views

Deploying a Website from Subversion

I am new to subversion and am wondering how do you move from develoment to staging then production? I think I grasp the concept of creating branches made for releases as detailed here. But how do I …
3
votes
6answers
153 views

How many people were involved in a project? Based on Revision Control System

How do you know how many developers were involved in a project using a Revision Control System? A friend of mine found this way to look up the answer in git log: git log | grep Author: | sort -u …
3
votes
4answers
50 views

Subversion post-commit hook

Hello, I have created a subversion post-commit hook to send out an email everytime a commit is made.Im calling a python script from the file post-commit in /var/svn/repos/hooks . REPOS="$1" …
3
votes
5answers
175 views

Best practices for Subversion and Visual Studio projects

I've recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that's built from a cobbling-together …
3
votes
6answers
108 views

Is there a subversion appliance / toolset for the enterprise

I am looking for an enterprise subversion setup, that will fit the following requirements: I need at least 2 instances of the repository server for high availability reasons Management of multiple …
2
votes
2answers
39 views

Version control for interdepedent modules

How do I track and manage the dependencies of software modules under version control? I am building several websites, each of which uses a particular Apache configuration, particular Django code, a …
2
votes
3answers
82 views

svn undo delete before commit

If you delete a directory from a SVN working copy, but haven't commited yet, it's not obvious how to get it back. Google even suggests "svn undo delete before commit" as a common query when you type …
2
votes
1answer
21 views

subclipse override and commit?

using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file? i seem to remember there being an 'override and commit' option in older versions, or …

1 2 3 4 5 8 next
15 30 50 per page