![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 417
Rep Power: 5
![]() |
Re: Svn
I do not know Delphi, but creating version control software anywhere near the level of SVN would be a large amount of work. Take a look at some of the features of SVN:
http://subversion.apache.org/features.html What is the reason for creating your own source control application? If you just want something to help version control your source code, I would just use one of the source control applications out there. If you are looking to do this just as a learning exercise, I would start with a much more limited scope. Maybe something that simply puts your code files into a database. If a new version of a file gets put in, it keeps the old one around so you can roll back to it. I would start with something like that, and then slowly add to it. It can very quickly because quite complex when you start dealing with branches and multiple people checking in and out files, and merging files and branches.
__________________
I am Addicted to Linux! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|