home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / vcontrol.zip / README.TXT < prev    next >
Text File  |  1993-10-08  |  2KB  |  55 lines

  1.     Simple version control software
  2.  
  3.          Freeware, by James Shaw
  4.          CompuServe 72117,615
  5.          9423 Fontaineblean Blvd. #225
  6.          Miami, FL 33172
  7.  
  8. I am a computer programmer. I need a way to back up my code.
  9. All of version control software are quite expensive.  Also
  10. my needs is simple.  I just have to backup each revision of file.
  11. arj.exe has all the function I need.  But I can not remember all
  12. those switch.  Also I need to put the file readonly so that I will
  13. not accidently change it.  I wrote some small programs to simulate
  14. a version control software. Those programs are put, get lock, view
  15.  
  16. To use those file, you need to set an environment PROJECT which is the
  17. archive filename. for example
  18. PROJECT=c:\project\project1
  19.  
  20. put file1
  21.    will put file1 into project1 if file1 is changed or new file and
  22.    change file1 into readonly.
  23.  
  24. get file1
  25.    will get a readonly copy of file1 into current directory
  26.  
  27. lock file1
  28.    will get a writeable copy of file1 into current directory
  29.  
  30. view file1
  31.     will shall all the revision that was saved into archive file.
  32.     So you can get previous copy of file.
  33.  
  34. Arj.exe is a shareware. You can download from AUTFOREM, library
  35.  
  36. Usage: for one programmer, multi project, daily work
  37. allgenein/general
  38.  
  39. Any comments are welcomed.
  40.  
  41. Other version control shareware
  42.     Poor Man's Version Control Software
  43.     Simple program. Let you assign a version lable.
  44.     Useful for single project, one programmer, for each release use
  45.     Poor Man's Version Control Software to save all the files. Implemented
  46.     via PKZIP and PKUNZIP
  47.  
  48.     ARIS Version Tracking System
  49.     A good version control system.    Easy to use. Support network.
  50.     No security control (all program can access to all project).
  51.  
  52.     PVCS
  53.     A very powerful version control system. Very expensive. Difficult
  54.     to use. Support network. Has security control.
  55.