Tortoise SVN | Settings | Saved Data | Authentication Data | Clear
That will clear the stored information, and you will be prompted for
it the next time it's needed.
- svn list svn://whatever.com
- svn status --show-updates --verbose | sort -k 2rn | less
- svn log --verbose --limit 10
- svn status -u (same as --show-updates, svn status usually doesn't check the repository, except when using -u, it just add a * when a file needs updating)
- delete directory
- - svn delete directory
- - svn ci -m " " directory
- svn copy -m " " svn://192.168.0.1/seng/trunk/ svn://192.168.0.1/seng/tags/2.4/
- svn move -m " " svn://192.168.0.1/seng/tags/2.4/trunk svn://192.168.0.1/seng/tags/2.4/2.4.0.a1
A: Resource is scheduled for Addition
D: Resource is scheduled for Deletion
M: Resource has local Modifications
C: Resource has Conflicts (changes have not been completely merged between the repository and working copy version)
X: Resource is eXternal to this working copy (may come from another repository). See «svn:externals»
?: Resource is not under version control
!: Resource is missing or incomplete (removed by another tool than Subversion)
~: Something is messed up
No comments:
Post a Comment