plug-in project can be delivered without check in?
I created a plug-in development by clicking file->new->project->plug-in development->plug-in project. The name of the
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
5 answers
I created a plug-in development by clicking file->new->project->plug-in development->plug-in project. The name of the
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
I checked that, and the "Auto checkin" is NOT ticked actually, so there''re some other problems I think...
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
I created a plug-in development by clicking file->new->project->plug-in development->plug-in project. The name of the
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
I checked that, and the "Auto checkin" is NOT ticked actually, so there''re some other problems I think...
I created a plug-in development by clicking file->new->project->plug-in development->plug-in project. The name of the
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
OK - so in the Outgoing section of Pending Changes, expand out until you get a file (as opposed to a directory). Right-button on the file and select Show History. This will show you what people have been doing with that file. What do you see?
anthony
I see this:
"share projects admin 5:57:18PM(2 minutes ago)"
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
OK - so in the Outgoing section of Pending Changes, expand out until you get a file (as opposed to a directory). Right-button on the file and select Show History. This will show you what people have been doing with that file. What do you see?
anthony
"share projects admin 5:57:18PM(2 minutes ago)"
I checked that, and the "Auto checkin" is NOT ticked actually, so there''re some other problems I think...
I created a plug-in development by clicking file->new->project->plug-in development->plug-in project. The name of the
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
OK - so in the Outgoing section of Pending Changes, expand out until you get a file (as opposed to a directory). Right-button on the file and select Show History. This will show you what people have been doing with that file. What do you see?
anthony
I see this:
"share projects admin 5:57:18PM(2 minutes ago)"
I checked that, and the "Auto checkin" is NOT ticked actually, so there''re some other problems I think...
I created a plug-in development by clicking file->new->project->plug-in development->plug-in project. The name of the
project is "com.ibm.petstore.example.common". Then in the "pending changes" view, we can see the outgoing changes, but
if we right click the outgoing change, there's only the deliver selection in the context menu, without the check-in
selection. Why this project can be delivered without first checked-in? Thanks very much! :)
One possible explanation is that you have Auto Checkin turned on and the files have been checked in already. Go to Windows->Preferences->Team->Jazz Source Control->Check-in Policies. If Auto-checkin local changes is ticked, then this is the reason. If not, the problem lies somewhere else.
BTW Auto Checkin is rather nice. I usually turn this on so my changed files get copied up to my repository workspace automatically.
anthony
OK - so in the Outgoing section of Pending Changes, expand out until you get a file (as opposed to a directory). Right-button on the file and select Show History. This will show you what people have been doing with that file. What do you see?
anthony
OK - that explains it....I should have realized this from the beginning
You used the Team->Share Project and that will automatically check-in the project and give it a comment of "Share projects". From now on, any future changes will go to Unresolved and you can check them in.
This is the expected behaviour when you Share Project.
Now that you have shared the project, try altering a file and that will go to the Unresolved folder until you check in - just as you expected.
Remember that checkin just copies the files from your local machine to your repository workspace on the server, and then the Deliver copy the files to your stream and that shares it with everyone else on that stream.
regards
anthony