Hi
I have written my own app that uses the Vault API. My app goes through all the Modified and Added items in the InternalChangeSet, and modifies that file to include the expected version of the file when it is commited (i.e. the current version +1.) I run this app just before I commit changes.
The problem I have is that items that are added in the client are not in the InternalChangeSet in the app, unless I close the client before I run my app. It seems that the InternalChangeSet is saved to disk when the client closes. Is there a way to get the InternalChangeSet to save without closing the app.
I will be happy to provide the source code for my app if necessary.
Thanks,
Gary
API: InternalChangeSet
Moderator: SourceGear
Hi
I'm in CVS mode.
The files that I am checking in are Solid Edge CAD files. I am using the Solid Edge file properties API to set the revision to the expected version.
I had a look at Keyword Expansion. I seems intended for text files - but I'm going to test it tonight to see if it works on my CAD files.
Gary
I'm in CVS mode.
The files that I am checking in are Solid Edge CAD files. I am using the Solid Edge file properties API to set the revision to the expected version.
I had a look at Keyword Expansion. I seems intended for text files - but I'm going to test it tonight to see if it works on my CAD files.
Gary