Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/26/03 23:07
Read: times


 
#42325 - RE: Software Version Control
Responding to: ???'s previous message
I also use Keil. Microsoft SoureSafe is on my list of "Things I really ought to learn when I get more time."
My current version control goes like this:-
1. Add a file called "version.txt" to the project.
2. Keep a working 'MyProject' directory and a 'BAK' directory.
3. Everytime I either reach a milestone in the development or fix a bug I add a couple of lines to versions.txt giving the date and a short description of what I did. I then copy the whole project directory and paste it as a subdirectory into the 'BAK' directory. Once pasted I change the name to include the date (e.g. 'MyProject260303'

That way whenever I need to backtrack I can just pull out the saved directories one by one till I find what I'm looking for and compare the verions.txt files.

Hope this makes sense. Any coments other ideas?

Paul

List of 19 messages in thread
TopicAuthorDate
Software Version Control            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      
      RE: Software Version Control            01/01/70 00:00      
         RE: Software Version Control            01/01/70 00:00      
            RE: Software Version Control            01/01/70 00:00      
               RE: Software Version Control w/ tar            01/01/70 00:00      
                  RE: Incremental TAR / Craig            01/01/70 00:00      
            RE: Software Version Control/Andy            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      
      RE: Software Version Control            01/01/70 00:00      
      RE: Dates in Filenames - Paul, Dennis            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      
      Version Control - not just for Software!            01/01/70 00:00      
   sccs, cssc, rcs, cvs            01/01/70 00:00      
      RE: sccs, cssc, rcs, cvs            01/01/70 00:00      
   RE: Software Version Control            01/01/70 00:00      

Back to Subject List