[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Is there an 'ls' equivalence to 'svn status'?

From: Bo Peng <ben.bob_at_gmail.com>
Date: 2005-09-22 03:46:09 CEST

Dear list,

Is there a tool that can list files like the 'ls' command but with svn
status appended? I frequently forget to commit changed files and would
like to replace my 'ls' with something like:

if there is .svn:
  svn status,
  get ls output
  append status to filenames
  output
else
  run ls

The output should be similar to
> svnls
a.txt b.txt/M c.txt/A d.txt

It would be best if this can be made as an extension to the ls command
like 'ls -R' or 'ls -F' do.

Thanks.
Bo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 22 03:48:04 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.