Skip to content

Basic version control system developed for CECS 343 Software Engineering class

Notifications You must be signed in to change notification settings

sastani/vcsfx_1.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vcsfx_1.3

Basic version control system developed for CECS 343 Software Engineering class. Implements basic functions of a version control system:

Functions:

  1. Create new repo

  2. Check in a project

  3. Check out a project

  4. Merge (sets up manual merge).

Automerge yet to be implemented.

Originally developed in C++, later updated to Java.

Multiplatform: Supports Windows and Unix operating systems (Linux/MacOS)

Requires the use of an external Jar file from Apache (Apache Commons IO) to allow the use

of the FileUtils.copy() method. Use of external libraries (outside of Java standard library) is thus very minimal.

About

Basic version control system developed for CECS 343 Software Engineering class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages