Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Check-in from local (unresolved status) to a workspace

Hi,
sorry for my English.
I have a question:

I've created a file in a project (component) not programmatically (right click -> new file -> etc), thus in my Pending changes I see that this file is in the Unresolved status ( to check-in or to check-in and deliver).

I know that I can deliver a file from a workspace to a stream with the method:

workspace.deliver(stream,......, .... );

There's a way to check-in a file from local file system (unresolved status) to a workspace? If yes, which method I have to use?

0 votes



One answer

Permanent link
I believe you would want to look at the
com.ibm.team.filesystem.client.operations.ICheckinOperation API. You can
get a chech-in operation from the operation factory

com.ibm.team.filesystem.client.IOperationFactory.instance.getCheckinOperation(...)

Hope this helps,
Michael

fcotto wrote:
Hi,
sorry for my English.
I have a question:

I've created a file in a project (component) not programmatically
(right click -> new file -> etc), thus in my Pending changes I
see that this file is in the Unresolved status ( to check-in or to
check-in and deliver).

I know that I can deliver a file from a workspace to a stream with the
method:

workspace.deliver(stream,......, .... );

There's a way to check-in a file from local file system (unresolved
status) to a workspace? If yes, which method I have to use?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Aug 26 '10, 11:29 a.m.

Question was seen: 4,287 times

Last updated: Aug 26 '10, 11:29 a.m.

Confirmation Cancel Confirm