Skip to content

Nehabhoi/Version-Control-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Control System

Pre-requsites:

Install Node:
execute command : npm i

command details

1. create repo
cr #RepoName 
2. checkin file
a. first checkin
    ch #RepoName #snapshotName
    select file/folder based on radio button status from file browser

b.after first checkin
    ch #RepoName #sourceFolderName #snapshortName
    select file/folder based on radio button status from file browser
3. list repo
list #RepoName 
4. check-out repo
check-out #RepoName #targetFolderName #snapshotName
5. merge-out repo
merge-out #RepoName #sourceSanpshortName #targetSnapshortName #targetFolderName
6. merge-in repo
merge-in #RepoName #sourceSnapshortName #targetSnapshortName #targetFolderName #snapshortName

steps to execute

browserify views/client.js -o bundle.js
node server.js
localhost://3000

About

Version control system using NodeJS and ExpressJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors