What is the equivalent command on SVN as cleartool lsco -avo -cview -me?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply
svn statusI believe.Is for listing all currently checked out files (
lsco) in the current view (-cview), by the current user (-me)If you were to do an
svn statusin an svn workspace (which is the equivalent of a ClearCase snapshot view), you would get the current modified files as well.See “svn list of files that are modified in local copy” for other options.
For instance, on Windows:
(for more on the
-uoption, see “What svn command would list all the files modified on a branch?“)The OP beyonddc has a more advanced version of that command: