something equivalent to "bk ls"?
"Robert P. J. Day" <[email protected]> Thu, 28 Oct 2004 15:40:03 -0400 (EDT)
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
is there something equivalent to "bk ls" to show the gfile equivalents of a directory's files? as an example, if i'm sitting in the root of a kernel source tree, i'd like to get a file listing like: Makefile README ChangeLog etc ... and so on. from what i read, if i'm in that directory, i can try: $ bk sfiles -g but that's recursive, which is not what i want. (it's also confusing that the "bk helptool" for "sfiles" shows a syntax of bk [-r] sfiles ... where i always thought the global "-r" option was for recursive behaviour, but if sfiles works recursively automatically, what's the point of the "-r"? the "bk sfiles -g" would be what i wanted if i could just turn *off* recursion (i think). and why does sfiles work recursively automatically if it allegedly supports "-r"? am i just missing the obvious option? rday _______________________________________________ Bitkeeper-users mailing list [email protected] http://bitmover.com/mailman/listinfo/bitkeeper-users To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.