94 | | help |
95 | | init |
96 | | login <username> |
97 | | up <path> |
98 | | ls <path> |
99 | | add <path> |
100 | | commit <path> |
101 | | revert <path> |
102 | | diff <path> |
103 | | status <path> |
104 | | check |
105 | | cleanup |
106 | | permissions |
| 94 | add PATH_PROD |
| 95 | add a file to the subversion repository |
| 96 | Unlike the native svn command, |
| 97 | dasscm adds and immediatly submits a file to the subversion repository |
| 98 | blame PATH_REPO |
| 99 | like "svn blame" |
| 100 | check |
| 101 | perform Nagios NRPE conform check |
| 102 | cleanup |
| 103 | internal, used to clean repository checkout |
| 104 | commit PATH_REPO |
| 105 | commit a changed file to the subversion repository |
| 106 | complete CMD |
| 107 | internal, used for bash completion |
| 108 | complete_path |
| 109 | internal, used for bash completion |
| 110 | complete_repopath |
| 111 | internal, used for bash completion |
| 112 | diff PATH_REPO |
| 113 | display the differences between files on the system and the repository |
| 114 | help CMD |
| 115 | print help and usage information |
| 116 | init |
| 117 | initialize local subversion checkout. |
| 118 | This is the first thing to do (after configuring /etc/dasscm.conf) |
| 119 | login USER |
| 120 | user login to Subversion repositoty |
| 121 | ls PATH_REPO |
| 122 | list file from repository |
| 123 | permissions |
| 124 | internal, used to update information about file permissions |
| 125 | revert PATH_REPO |
| 126 | revert local changes back to version from the repository (see diff) |
| 127 | status PATH_REPO |
| 128 | display status information about modified and deleted files. |
| 129 | If no path is given "/" is assumed |
| 130 | (in contract to "svn" with assumes ".") |
| 131 | update PATH_REPO |
| 132 | update local repository checkout |
| 133 | Normally, this is done automatically |
| 134 | |