Re: Finding new/modified files in repository
Larry McVoy <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
> Hence I was thinking of a way to manually roll the changes in. So > perforce has this nice little feature in their difftool where if you > pass the options -se or -sa it walks the client space and lists any > files that have been modified or added with perforce being told so. I > was wondering if bitkeeper has such an option. This would greatly help > me to manually go through each change and reproduce them in bitkeeper > (of course via a script ;) ). Or is there a better way to do this? If you can export changes out of perforce as a tradition diff style patch then you can just take each patch and import it with bk import -tpatch. Note that import is a shell script, see `bk bin`/import. I suspect that the information you are looking for is "bk help sfiles", sfiles has options to list files which are modified, files which are not yet under version control, etc. -- --- Larry McVoy lm at bitmover.com http://www.bitkeeper.com _______________________________________________ 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.