using vault.exe, and doing LISTCHECKOUTS, the XML shows the attribute "vault.checkoutlist.checkoutuser.comment", which is not the checkout comment, or the member comment.
So what is it?
How do I get the checkout comment to use for checkin?
checkout comment
Moderator: SourceGear
-
- Posts: 10
- Joined: Wed Apr 08, 2009 12:50 pm
Re: checkout comment
sorry, version is 4.1.4.18402
Re: checkout comment
I ran a test with just one file checked out, and when I checked it out I gave it a comment. The part that is in red is where the comment should be. Does yours not resemble this?
<vault>
<checkoutlist>
<checkoutitem>
<id>1533</id>
<checkoutuser>
<username>xxxxxxxxxxx</username>
<version>11</version>
<repositorypath>$/ProductionCode/Test1d.txt</repositorypath>
<locktype>exclusive</locktype>
<comment>Give Test1d a check out comment
</comment>
<hostname>ducatimonster/workgroup</hostname>
<localpath>C:\Documents and Settings\xxxxxxxxxxx\My Documents\WorkingF2\xxxxxxxxxxx\ProductionCode\Test1d.txt</localpath>
<folderid>1531</folderid>
<lockedwhen>4/8/2009 3:21:27 PM</lockedwhen>
<miscinfo />
</checkoutuser>
</checkoutitem>
</checkoutlist>
<result>
<success>True</success>
</result>
</vault>
<vault>
<checkoutlist>
<checkoutitem>
<id>1533</id>
<checkoutuser>
<username>xxxxxxxxxxx</username>
<version>11</version>
<repositorypath>$/ProductionCode/Test1d.txt</repositorypath>
<locktype>exclusive</locktype>
<comment>Give Test1d a check out comment
</comment>
<hostname>ducatimonster/workgroup</hostname>
<localpath>C:\Documents and Settings\xxxxxxxxxxx\My Documents\WorkingF2\xxxxxxxxxxx\ProductionCode\Test1d.txt</localpath>
<folderid>1531</folderid>
<lockedwhen>4/8/2009 3:21:27 PM</lockedwhen>
<miscinfo />
</checkoutuser>
</checkoutitem>
</checkoutlist>
<result>
<success>True</success>
</result>
</vault>
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 10
- Joined: Wed Apr 08, 2009 12:50 pm
Re: checkout comment
yes, that one was is correct, i was looking at the wrong information, thanks ...
Re: checkout comment
Feel free to let us know if you have further questions.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support