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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/27/03 01:10
Read: times


 
#42329 - RE: Software Version Control
Responding to: ???'s previous message
I started out using MKS Source Integrity, but with one person working on one project it seemed like overkill. Then when I started using IAR's compiler that MKS didn't know about, I gave up on it.

What I do now is have a batch file in my project directory called "archive". It zips all my source files, and puts the zip file and executables into a directory. For example, I'll type:

archive 032603_A

and it will create a file 032603_A.zip in the 032603_A directory. Fast and simple, anytime I make any significant change or make a release, I run it.

When I do a code release, this directory created by archive gets copied over to a release directory.

And once in a while I burn all of it onto a CD so I don't have to go to MIS to get a backup...

Dennis


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