Finding new/modified files in repository
Shawn Debnath <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am attempting to reproduce all the changes in my perforce repository
into my bitkeeper repository. I can not convert the perforce repository
to CVS and then import it into bitkeeper because the only script out
there to do this can not handle branches!
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?
Thanks
Shawn
PS Sorry if this is a repeat, I did go through each month's archive but
gave up mid way through 2003. Is there a search function for the
mailing list archives?
The cool perforce diff options:
-sa Opened files that are different than the revision
in the depot, or missing.
-sd Unopened files that are missing on the client.
-se Unopened files that are different than the
revision
in the depot.
-sr Opened files that are the same as the revision
in the
depot.
_______________________________________________
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.