Skip to content

YAVS = defect versioning system for one-man army

License

Notifications You must be signed in to change notification settings

SitanHuang/YAVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAVS

YAVS = defect versioning system for one-man army, yet another versioning system

This program is used to backup historical versions, diffs

Design

  1. A version is commited through a publish with a message, date, directory diff and a backup of files
  2. Files can be synced with remote server(overwriting)
  3. Can generate changelogs

Usage

yavs --version
yavs init
yavs version
yavs push <version>
yavs log
yavs log <version>
yavs status
yavs extract
yavs extract <version>
yavs sync <host> <user> <passwd> <remote filepath>

# edit ignored files (similar to .gitignore, supporting wildcards)
# ignored files support wildcards like **/.*
vim .yavs/ignored

# TODOs
yavs ammend
yavs sync
yavs set 'sync' 'ftp'
yavs set 'server' <IP>
yavs set 'passwd' <password>

TODO

  • syncing with server via ftp
  • amend previous publish

I welcome contributions :)

About

YAVS = defect versioning system for one-man army

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages