Hold your horses! I meant 963 obviously. I guess it is just a proof that the EAP builds are too few and far between. My poor repressed unconscious is acting up ;)
I'm getting a pretty common problem with this plugin, I have the option to check out files on edit, but find that about 9 times out of 10 I can try to edit and the file doesn't get checked out. If I manually use the plugin to check out the file it gets checked out just fine.
I assume you are using aurora right? Could you describe your development environment: 1) Version of IDEa, CC, Plugin. 2) What plugin implementation do you use: Native, NewNative, CommandLine. 3) Type of CC views, OS...
If you wait will it ever be checked out? One of the thing I have experienced is that it takes too long for the file to get checked out. Since I assume the check out will last a reasonable amount of time (I know we are dealing with CC here so it might be a dangerous assumption), there might be some times were the check out will finish after IDEA refreshes the file. However if you hit the refresh icon in the main toolbar, IDEA should pick it up. Could you let me know if this is consistent with your situation?
Also do you have the option to check out automatically?
By "No error" do you mean no error is reported inside IDEA or an exception in the console or both?
Yup, this is aurora, build 963 and CC plugin 1.27. This is using the new native api on a dynamic view.
On further investigation I think that there is a refresh problem. If I do an automatic checkout and the UI still indicates that the file is read-only, if I pull up the version tree I can see that the element is checked out.
Guy
Jacques Morel wrote:
I assume you are using aurora right? Could you describe your development environment: 1) Version of IDEa, CC, Plugin. 2) What plugin implementation do you use: Native, NewNative, CommandLine. 3) Type of CC views, OS...
If you wait will it ever be checked out? One of the thing I have experienced is that it takes too long for the file to get checked out. Since I assume the check out will last a reasonable amount of time (I know we are dealing with CC here so it might be a dangerous assumption), there might be some times were the check out will finish after IDEA refreshes the file. However if you hit the refresh icon in the main toolbar, IDEA should pick it up. Could you let me know if this is consistent with your situation?
Also do you have the option to check out automatically?
By "No error" do you mean no error is reported inside IDEA or an exception in the console or both?
Good! I have to do some major refactoring of the action hierarchy so I will try to fix this problem. The lesson here is "CC is even slower than you think" i.e. any assumptions on the speed of a CC action is a "dangerous" assumption ;)
Also, I think we've brought that up a few times but just in case.. I really think the editor context menu actions should be renamed
Check In File -> Check In... (or no '...' if the comment dialog is disabled) Checking Out File -> Check Out Undo Check Out File -> Undo Check Out Update File -> Update
Add File -> Add to Source Control
(I had them renamed in my locally built 1.26 ;) )
I've also added two requests on the request page: - When Checking in a file individually, the checkin comment dialog should propose the comment that's actually in the properties of the version (that'd compensate for not being able to enter checkout comments) - The Checkin comment dialog should offer a history of previously entered comments
btw the CC plugin makes my life so much simpler, I love it.
Wow, I want 967 too! I must have missed something :)
Vince.
Hold your horses! I meant 963 obviously.
I guess it is just a proof that the EAP builds are too few and far between. My poor repressed unconscious is acting up ;)
Jacques
Anyway they are already at 968 today ;)
I'm getting a pretty common problem with this plugin, I have the option
to check out files on edit, but find that about 9 times out of 10 I can
try to edit and the file doesn't get checked out. If I manually use the
plugin to check out the file it gets checked out just fine.
No error, just no checkout. Very strange.
Guy
Jacques Morel wrote:
I assume you are using aurora right? Could you describe your development environment:
1) Version of IDEa, CC, Plugin.
2) What plugin implementation do you use: Native, NewNative, CommandLine.
3) Type of CC views, OS...
If you wait will it ever be checked out?
One of the thing I have experienced is that it takes too long for the file to get checked out. Since I assume the check out will last a reasonable amount of time (I know we are dealing with CC here so it might be a dangerous assumption), there might be some times were the check out will finish after IDEA refreshes the file.
However if you hit the refresh icon in the main toolbar, IDEA should pick it up.
Could you let me know if this is consistent with your situation?
Also do you have the option to check out automatically?
By "No error" do you mean no error is reported inside IDEA or an exception in the console or both?
Jacques
Yup, this is aurora, build 963 and CC plugin 1.27. This is using the
new native api on a dynamic view.
On further investigation I think that there is a refresh problem. If I
do an automatic checkout and the UI still indicates that the file is
read-only, if I pull up the version tree I can see that the element is
checked out.
Guy
Jacques Morel wrote:
Good! I have to do some major refactoring of the action hierarchy so I will try to fix this problem.
The lesson here is "CC is even slower than you think" i.e. any assumptions on the speed of a CC action is a "dangerous" assumption ;)
Jacques
Could you upload the 1.27 sources to the Wiki?
Also, I think we've brought that up a few times but
just in case.. I really think the editor context menu actions
should be renamed
Check In File -> Check In... (or no '...' if the comment dialog is disabled)
Checking Out File -> Check Out
Undo Check Out File -> Undo Check Out
Update File -> Update
Add File -> Add to Source Control
(I had them renamed in my locally built 1.26 ;) )
I've also added two requests on the request page:
- When Checking in a file individually, the checkin comment dialog
should propose the comment that's actually in the properties of the
version (that'd compensate for not being able to enter checkout
comments)
- The Checkin comment dialog should offer a history of previously
entered comments
btw the CC plugin makes my life so much simpler, I love it.
Vince.
"Jacques Morel" <jacmorel@yahoo.com> wrote in message
news:20915237.1068234938069.JavaMail.itn@is.intellij.net...
>
>