version-control

Subversion for iSeries

Hi, We need info about Subversion for iSeries (OpenSource version). Has anyone used it for production systems? Thanks, Sam ...

git commit frequency

Since i switched to git from svn i started make more commits every time i recompile and my tests pass i commit my work. In the end i end up committing function by function. I also track some other projects using git like emacs,wordpress etc. I see that they do not commit that often. So i am wondering how ofthen do you commit? ...

how to change the subversion directory using eclipse

I would like the move several directories in subversion under a new, parent directory. There is code out there that is in the process of being changed. Should I get the checkins done first, then try it? What's the best way to accomplish this? ...

Synchronizing code with two subversion repositories

Searching here I found that this question was already asked, but I think my situation is worse!-( I'm a total novice with Internet repositories development. A book I'm reading contains an interesting sample project - a social network in ASP.Net. The author put the code as a CodePlex project. I tried to "get" the version through VisualSV...

Retrieve previous version of a stored procedure

I have modified a stored procedure today but after that I realised that it is wrong. So I want revert it back. Is there any way to get the previously modified stored procedure or else last date's stored procedure.I dont have any back up also. pls reply soooooon. Thanks n regards. Imthiyaz ...

Versioned File System like web interface

Hi ! I'm trying to find a free software that would provide a web interface to a file system (so you can add / remove files / directories, possibly edit them). If possible, it should handle versioning (only simple things needed : back to previous versions), and user management. Can you point me to anything like that ? thanks Update1 : ...

A good video to explain version control?

Does anyone know where I can find a good video to explain version control to someone (mainly subversion)? One that explains it in the simplest terms (like for someone who has never heard of version control before). (not for me, its for a fellow coder) ...

Import TFS History into Mercurial (hg)

Has anyone had any success importing TFS 2008 history into a new Mercurial repository? The only possible solution I've found to date is to go TFS -> svn -> hg using tfs2svn and then using the Convert Extension but I haven't tried this yet. ...

File Checkout/Version Control on PHP site

I realize that this question has been asked 100times but none that I have found really answers my questions. We have multiple developers in multiple locations working on the same project. Some use Windows, some use Mac, our server is Linux, and each developer uses a different development application (Dreamweaver, Eclipse, etc). Each dev...

Best way to version a rails app?

What would be the best way to version a rails application? We want to start to get into more structured testing cycles and having a set version per build is a part of that. We use subversion but I would like to avoid using revision numbers for versions. Is there an easy way to do this automatically? Or should I just define a app_version ...

good version control software for Delphi 2009

does anyone have a good idea for what I might use ? ...

How to get a previous revision of an assembly from an open source project

I want to make use of Castle.Facilities.Logging.dll, however getting the latest version from the trunk causes problems with my already referenced version of Castle.MicroKernal. Specifically, the error message is: "Assembly 'Castle.Facilities.Logging, Version=1.0.3.0, ...' uses 'Castle.MicroKernel, Version=2.0.0.0, ...' which has a highe...

Keeping track of changes I make by copying project folders.

Hello, I'm a beginner so if there is a terminology for what I'm doing I don't know how to search for it. So forgive me if this has been asked before. So here is what I do. Before I make any major code changes, I make a copy of the projects folder and call it "project v6" for example. Then if I really mess things up and cant find a way to...

How does software update work?

Ive been reading Liang's Introduction to Java Programming for a couple of weeks, and that question came up when the author said "There is no need for developers to create, and for users to install, major new software versions.". How does software update work? For example, patches for games, new version of products, and that kind of thin...

Incorporate Team Coherence version label into build

The accepted answer to this question suggests using an SVN revision number as part of the version number when building a release. I want to do something similar using Team Coherence, which doesn't do revision numbers quite the same way. For Delphi 2009 how can I set up a build script so that every release automatically includes a numbe...

A Dashcode project without a Dashcode project package

Dashcode keeps source files in a ".dcproj" project file, which is really a package to OS X, which in turn is actually nothing more than a directory structure. I'd like to continue to use Dashcode but without the "convenience" of the ".dcproj" structure. Why? I want to... check the source code into Mercurial use TextMate when develop...

git setup for a single developer?

Hello, I often need to develop stuff on the road, with no internet/network connection. I am only a single developer, so until now I simply had a SVN repository on my machine and did a checkout on my laptop when I went away. Problem: That gives me no Source Control on the road. So I tried out changing to git, which seems to do what I wa...

Free Version Control and Issue Tracking System

What are the most convenient, intuitive and easy to use Freeware Version ControlSystem and Issue Tracking system for home PC (without a LAN)? Note that, GUIs are a must for both. ...

Source control vs. Revision Control?

Which is the correct name for a system which stores versions of source code, like SVN or TFS? I've always called it source control, but places like Wikipedia calls it revision control? To make this more complicated sites like this one have a tag for both? ...

What is this version-tagging format for/from: $Revision: 3.2.1 $

I've seen it everywhere. In documentation, web sites, help screens, you name it. Why? Should I use it too? How? ...