The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> System Administration
> FTP Help
|
Best Version Control
Discuss Best Version Control in the FTP Help forum on Dev Shed. Best Version Control FTP Help forum discussing FTP practices, tips and solutions for problems with FTP on multiple platforms. File Transfer Protocol (FTP) was designed specifically for transferring files from one machine to another.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

February 4th, 2010, 06:28 AM
|
|
Registered User
|
|
Join Date: Feb 2010
Posts: 7
Time spent in forums: 27 m 57 sec
Reputation Power: 0
|
|
|
Best Version Control
Hi Everyone
I have just joined a company as a fresher as a system administrator. I have to install a version control so that the company’s IT Department can work and multiple programmers can update their Code. Please suggest me which one is the best Version Control Software and how to install that if there is any easy manual for it.
Please Help me as soon as possible as it is their urgent requirement. I have heard of Visual Source Safe , Team Foundation Software , SVN , CVS but don’t have any idea how to install these and test whether its working fine or not . Please help.
Thanks
Johnny
|

February 4th, 2010, 11:23 AM
|
 |
Lost in code
|
|
|
|
|
SVN and CSV are the two most popular, but GIT is my personal favorite.
GIT is more complex than SVN, but the increase in complexity also provides many additional features. GIT is also easier to build than SVN because it has far fewer dependencies.
|

February 10th, 2010, 09:30 AM
|
|
Registered User
|
|
Join Date: Feb 2010
Posts: 7
Time spent in forums: 27 m 57 sec
Reputation Power: 0
|
|
|
we are developing applications in asp.net and sql server 2005 so GIT will support all those files and will do versioning properly. can you guide me how to install GIT ?
thanks
Johnny.
|

February 19th, 2010, 06:36 PM
|
|
Contributing User
|
|
Join Date: Jan 2010
Location: London
Posts: 42
  
Time spent in forums: 3 h 35 m 45 sec
Reputation Power: 5
|
|
|
I think you should stick with subversion - it is a lot more mature so you will find many more tutorials and help when you run into problems.
|

March 20th, 2011, 11:16 AM
|
|
Contributing User
|
|
Join Date: May 2004
Location: Boston, MA USA
|
|
|
We have a small, development group, mostly individuals working from home offices around the world. We deal primarily with PHP, HTML, and Java code.
I am looking for a good version control system with a user friendly GUI. I know Subversion is the standard these days but I am afraid a command line program will just be too cumbersome and users will revert to FTP. I have looked into Tortoisesvn but it's a Windows/IE application and our development team is about 50/50 Windows/Mac.
Because we are a small team, we really don't need anything terribly sophisticated, just easy and quick to use with robust versioning.
Can someone suggest a good tool, preferably written in PHP/MySQL? Otherwise an easy to administer Subversion/GUI combination?
Thanks
|

March 20th, 2011, 04:50 PM
|
 |
CSS & JS/DOM Adept
|
|
Join Date: Jul 2004
Location: USA
|
|
TortoiseSVN is the GUI I use, but I'm sure there must be other GUIs available. Some editors even have SVN support built in. One popular Mac editor that includes SVN support is Coda.
http://suburbia.org.uk/blog/2009/04/08/182507.html
http://en.wikipedia.org/wiki/Compar...version_clients
Quote: | I know Subversion is the standard these days |
I'm not sure about that. A lot of people seem to prefer Git.
Quote: | I am afraid a command line program will just be too cumbersome and users will revert to FTP. |
In some configurations of Subversion, developers might need to use both.
|

March 20th, 2011, 06:03 PM
|
 |
Lost in code
|
|
|
|
|
Web based version control is an interesting concept... but not something that I see working very well (assuming it even exists, which I doubt).
Version control systems pretty much universally require read and write access to your source code files, which is something that would be very difficult to do well from a web based interface, and impossible to do from a web interface that uses only PHP and MySQL. (Unless all development happened on the server, but if a VCS required the source files to be located on the VCS server it would be pretty terrible).
Also, you're worried that a command line interface is going to be too difficult for programmers to use? These people can write code (presumably), I'm pretty sure they can get by with a command line interface if needed.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|