Re: Importing files
Larry McVoy <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 27, 2004 at 09:56:05PM +0100, Brendan Heading wrote: > One is to use bk import -tplain; the other is to copy the files into the > repo and use bk sfiles to generate a list of non-revision controlled > files, edit that and then run "bk new - <LIST" to pull each file in. > > I like the second approach as it's a bit more transparent (just dump > your files into the repo and go) and it's slightly easier to edit the > list of files. Is there any reason why I might be better off using the > first approach ? bk import is a shell script and if you take a peek you'll see it is basically a packaged up version of your second form, so it's fine. -- --- 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.