diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-21 11:05:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-06-21 11:05:57 +0000 |
commit | d117a086b594ca7adc8ea9860905cca8d11cced7 (patch) | |
tree | ba1f96482faa341793007807e562cff44efc3a28 /DOCS | |
parent | 7f70c8316b00b0c2a5625a3d74367b23097cdd02 (diff) | |
download | mpv-d117a086b594ca7adc8ea9860905cca8d11cced7.tar.bz2 mpv-d117a086b594ca7adc8ea9860905cca8d11cced7.tar.xz |
minor Subversion-related changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18770 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/cvs-howto.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt index dae573cf99..577ef8fb29 100644 --- a/DOCS/tech/cvs-howto.txt +++ b/DOCS/tech/cvs-howto.txt @@ -30,21 +30,13 @@ I. TECH SIDE: svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ - or - - svn co svn://svn.mplayerhq.hu/mplayer/trunk/ - 2. Updating source tree to latest revision: svn update - or - - svn up - 3. Committing changes: - svn up + svn update svn commit --username USERNAME filename(s) Do not use comments such as: "bug fix." or "files changed" or "dunno". @@ -60,14 +52,13 @@ I. TECH SIDE: 'store-auth-creds' to "no" in ~/.subversion/config. You might need to remove previous cache files, which are located in ~/.subversion/auth, by hand. -4. Adding new files/dirs: +4. Adding new files/directories: svn add filename/dirname - svn commit filename + svn commit filename/dirname 5. Removing files: - rm filename svn delete filename svn commit filename |