I finally clicked on one of Stack Overflow's frequent sidebar advertisements for Plastic SCM, and was somewhat perturbed to discover a number of strange errors in grammar, spelling, and consistency on the resulting web site. The most prominent of these are arbitrarily capitalized words, inconsistent use of punctuation for items that are ...
Duplicate:
Free Online SVN repositories
Free version control services
Is there a free version control server provider for non-public projects?
Are there any source control options that offer the hosting of the source repository (e.g. for web sites that need source control, but don't have access to their own web server)?...
I have a web server which can run PHP and Ruby.
I would like to know if there is a PHP program which can do version control of my code similar to SVN?
I know there are already open source project hosting sites which provide this service already but I would like it to be installed on my own host.
I don't have the access to this server t...
I want to set up a source code control system that:
is networked, so users can access it at work or on the road
does not need to provide sharing, lock mode is sufficient
there will be only three users and they will never be working with the same code
we have no system administrator and not much knowledge in that area so the set up and ...
Recently I've been revisiting an old project, which I last worked on about two years ago. Obviously, during this time I've learned new habits about how best to program, and I've got the itch to keep the tests, scrap the implementation, and re-implement the entire project. It's not a large project, and I believe I'll not be losing much by...
We have 2 repositories, one for current code, one for project management.
Now we need to branch code to the project management repository.
SVN gives me an error, and I found in the doc that SVN cannot do this work (different repository),
So I export the code and check in to the project repository.
The questions:
how to branch code ...
Would love to have a keyboard shortcut that get's the latest for a solution I am working on inside Visual Studio 2008 from source control.
Can't find one in the documents anywhere!
In addition would be good if I could get other source control shortcuts for checking in pending changes.
...
I'm a sole developer, using GIT for version-control of embedded software written in C. The software needs to be aware of it's version, and it's currently done by including a header file with a single #define:
#define SOFTWARE_VERSION "1.021"
This header file is automatically created by pre-build Python script that tries to obtain the l...
Somewhat stuck trying to find a newer/better SCC system for my employer. My personal darling is SVN as it's compatible across a good swath of machines and relatively fast, but with past/present experience, it's not as friendly/easy to do branching.
The needs assessment is as follows:
Must be easy to use (CVS is considered easy)
Branc...
I'm choosing a Bug/Issue Tracking system for use on our project. This question and this question are helpful in giving systems to evaluate. However, I have a question raised by looking in to the various products on offer.
Some systems promote Source Code Control System integration as a feature. This is not something I've used before ...
Real urgent... is there a way to undo a get-latest-version from a project? I've been working on a project for a week, and never checked in the files I was working on. A colleague had to upload a version from my computer, so he used the get-latest-version (recursive) command on the whole solution. It seems my Visual Studio has a problem, ...
I was wondering if there are any source control systems that allow administrators to define custom keywords which are replaced on check in with different behaviours (i.e. similar to $Id$ or $Author$ etc.)
I'm only familiar with SVN and CVS which have a set list of keywords, but there would be applications for something like $LineNo$ or ...
On most of my projects, individual or group, I find that I only use version control to simply pull latest changes and post my own code up.
However, I know that there is a lot more to version control, what with branches and other powerful features that I don't use.
Can someone give me advice on how to use version control in a more power...
Is version control suited for a project where content is essentially binary data files ?
I am thinking about package that weight something like 10 giga, with a lot of BMP and TGA files.
Can subversion handle something like this ? Is it possible to generate some kind of binary patch that would allow users to download only what was modifi...
I'm working in a multi-developer environment in Oracle with a large package. We have a DEV => TST => PRD promotion pattern. Currently, all package edits are made directly in TOAD and then compiled into the DEV package.
We run into two problems:
Concurrent changes need to be promoted on different schedules. For instance, developer...
Ok, when hired on to my current company a year ago, I was tasked with migrating our development teams from VSS. They already had it in their minds that they wanted Subversion, and since I had experience using and setting up subversion, I was a good candidate. I first tried to sell TFS because it woul dhave solved the problem I am in ri...
I have an online CVS repository that I need to check code into. However, the server is outside my control and is often down.
So, is there a way to set up some sort of local CVS server/proxy such that I can check my code into the local CVS server regularly and have the local CVS server batch commit the changes to the online CVS repo peri...
I am running Subversion on Ubuntu. I have checked out the files for a project from an external server, done some changes on the files plus added some new files. Now I want to commit all the changes and the new files. However I modified the database configuration file to function with my local server so I don't want to commit that change ...
I'm using NI's Labwindows CVI and i'm trying to integrate source control, supposably it plays well with anything that fits the MS API, (MSSCC/SCC) but I haven't found this to be the case in practice. I'd love if there was a SVN service that works well with it, but I suppose that's asking for too much.
...
I have a settings file that is under version control using subversion. Everybody has their own copy of this file, and I need this not to be ever committed. However, like I said, there is already a copy under version control. My question is: how do I remove this file from version control without deleting everyone's file, then add it to th...