We are using star-merge heavily.
xtla works well with such development process.
However, in another project, an user may want to send a patchset(changeset?) to
a project. I think it is nice to supprot store a patchset to a directory in
xtla.
However, there are many commands to store a patchset to a directory.
Which command should I use?
* Archive Transaction Commands
get-changeset : retrieve a changeset from an archive
* Project Tree Commands
changes : report about local changes in a project tree
* Patch Set Commands
changeset : compute a whole-tree changeset
* Commands for Branching and Merging
delta : Compute a changeset (or diff) between any
two trees or revisions
Of course there is one more question.
When I received a patchset, Which command should I use to apply the patchset to
my tree?
Regards,
Masatake YAMATO