Project

dssx

0.0
No commit activity in last 3 years
No release in over 3 years
ruby library for dssc revision control system. Binary dssx included with many commands such as dssx status for short status reports modeled after 'svn status -u'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0.16.0
 Project Readme

Dssx

Gem Version

Install

gem install dssx

EXAMPLES

$ dssx help
dssx add [FILES]    # Add and Commit new files
dssx ci [PATH]      # Alias for commit
dssx commit[PATH]   # Commit changes to repository
dssx diff [PATH]    # Diff local modifications
dssx help [TASK]    # Describe available tasks or one specific task
dssx log [PATH]     # View commit log
dssx move [PATH]    # Move a file
dssx remove [PATH]  # Remove file/folder from repository
dssx revert [PATH]  # Revert file back to previous version
dssx rm [PATH]      # Alias for remove
dssx status [PATH]  # Check status
dssx up [PATH]      # Alias for update
dssx update [PATH]  # Update to latest repository version

Replacing dssc_simple_report dssx status path

.dssxignore

From version 0.1.0, '.dssxignore' files are supported. A global file can be placed in a users home directory and starting with the current folder a hierarchical search is performed until an ignore file is found or '/' is reached.