version-control

Best source control software for .Net (mvc)

I work for a small development team and have been using Tortoise and Visual SVN (for visual studio 2008 integration) for our source versioning. We primarily develop in c# .Net MVC but have some legacy apps in vb6 and classic ASP (so any system that could handle those as well is a plus). I have never been 100% happy with tortoise (8 mon...

TortoiseSVN: What is head revision

I'm a VSS user learning how to use SVN, and I have selected TortoiseSVN as my platform. Can someone tell me what the term "HEAD Revision" means? ...

Managing web project over multiple hosts with revision control

Greetings! :-) I would like to describe a workflow strategy with some gaps in it, and I would be glad if you could fill in the gaps and otherwise give comments. If admins think that this does not validate as a question, then please delete away. I am working on a webproject having files with PHP, Javascript (jQuery), HTML, CSS and postg...

Lone developer but lots of xhtml css jquery work? Should i use any version control system ?

Would it be useful for single user single PC or would be overkill? Can i save time and increase productivity with any version control system? If answer is yes then which free version control system would be best for me and how I can save time with that? I work from home and office both. both places I've internet access. I want to acce...

database schema revision control in php based webapp

We have a php/mysql based application which has slightly different instances for a number of customers. Also we have more than one developer working on the code base. What is a good way to manage changes to the database schema in this scenario? Should we require developers to write a small script when a DB change is needed? I'm think...

Using Git on Windows

What is the simplest (to install and use) git client for Windows nowadays? ...

Is ClearCase supported in Visual Studio 2010

I'm looking for information about support for using ClearCase in Visual Studio 2010, I'm writing up an evaluation of VS 2010 and need some info on SCS other than TFS and SVN and was wondering if there is a plugin being developed for ClearCase and VS 2010? ...

Source Control - If, Why, How to start?

Possible Duplicate: Using Source Control So, although even here on stackoverflow are literally dozens things on version control, i can't find something nice to answer all my questions. If you have anything to say or post a link, please do it here. 1., Do I need to start with version control? While most people agree, that even ...

SVN: How do I checkout entire source tree with trunks only?

Two-parter, really: How do I checkout an entire source tree but only get the trunks of everything, ignoring all branches and tags? Assuming #1 is doable, is there a way to have there not be any "trunk" directories, and just have the files reside in a folder with the name of the repository? ...

TFS Check-In Over Server Version

How in TFS do you check-in a file over the server version (no matter what). I see the option to Compare, Resolve, and revert local to the latest server version. Where is the copy over server version option? ...

What's the best way to store a MySQL database in source control?

I am working on an application with a few other people and we'd like to store our MySQL database in source control. My thoughts are two have two files: one would be the create script for the tables, etc, and the other would be the inserts for our sample data. Is this a good approach? Also, what's the best way to export this information? ...

How does a "delayed commit" work with source control repositories and CI servers?

I'd like to know how "delayed commit" functionality works on CI servers that are not integrated with the source control repositories. Conceptually, the process works like follows: Check in code changes CI server builds the changes If the build passes, the code is committed to source control repository If the build fails, the code is...

Subversion and test deployment.

I have a client who I'm trying to convince to implement Subversion (I know, I know). My pitch goes something like this: His test domain is visible to Google and other webcrawlers, despite his best efforts (robot.txt not withstanding). By putting the repository on an svn:// URL, we could avoid having the code crawled until the deploymen...

TeamCity and IBM Rational Team Concert (RTC) Integration

Has anyone used TeamCity with Rational Team Concert (RTC) ? Is there any other continous integration for RTC? ...

Version control for Google App Engine

I'm trying to find the best way to do distributed development (2-person team) on Google App Engine. Are we able to use git or mercurial on GAE? If not, does that mean we need another server to host our source code (and then deploy from that server)? Note: I'm a GAE noob. ...

Using SVN with a MySQL database ran by xamp - yes or no? (and how?)

For my current PHP/MySQL project (over a group of 4 to 5 team members), we are using this setup: each developer codes and test on his localhost running xamp, and upload to a test server via SVN. One question that I have now is how to synchronize the MySQL database? I may have added a new table to project and the PHP code references to ...

Is there a way to 'patch' my code onto open source code, so as the open source project improves my changes would be tacked on locally?

Not sure how to ask this. I want to build upon a mature and actively updated open source project, using it as a foundation to tweak and learn from. I'd like to be able to add code to my local source, but be able to update the core source as it improves while retaining my add ons. The goal is to keep the foundation always up to date, and...

Unable to Push source code to Bzr/Bazaar

I am having issues pushing my codes into my Bazaar repository. It worked earlier for my first commit but not it does not work at all. Everytime I try to push my codes, I get this exception Error while executing push [Error 5] Access is denied: 'c:\\users\\benjam~1.won\\appdata\\local\\temp\\tmpj2hcal.pag' Any idea how I resolve this?...

Using git for a large website

I am looking for some advice on how to use git for a website with a lot of html content. We have 2 content managers that do basic html coding and upload their work to the server. I am the only developer. The site is pretty equally divided between 2 types of content. First is a news content that is posted to a database and displayed thr...

What's a good, free source control system for eclipse android development?

Title says it all. My app code is starting to get unmanageable and I want to start source control, primarily because I need to branch my code. What are some good systems that you have used in the past and what would you recommend to me. Requirements: Must be free Must integrate with eclipse Must work well with android development plug...