Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » commit sets - intended behaviour ?
commit sets - intended behaviour ? [message #273031] Thu, 30 September 2004 06:08 Go to next message
Eclipse UserFriend
Originally posted by: kariem_h.hotmail.com

Hi,


Version 3.1M2 introduced commit sets and I really like this feature.

In the synchronize view I can add some files to a commit set and specify
a commit message for the set of files.


Example:

[added some javadoc]
- A.java
- B.java
[removed enum identifiers]
- C.java
- D.java

If I select several commit sets and choose "commit" from the context
menu, the commit messages of all selected commit sets are shown,
separated by line breaks. Now just clicking on "OK" commits the elements
of the commit sets with all messages of the selected commit sets.

Example:

A.java added some javadoc \n removed enum identifiers
B.java added some javadoc \n removed enum identifiers
C.java added some javadoc \n removed enum identifiers
D.java added some javadoc \n removed enum identifiers


So I have to commit each commit set separately. Or is there a way, I did
not see?


Another thing: commit sets reminded me of using subversion [1], but the
subclipse plug-in [2] is not really usable for day to day work. Are
there any plans to integrate subversion support into eclipse?


Thank you,
Kariem



[1] Subversion (SVN)
http://subversion.tigris.org/
[2] Subclipse SVN plug-in
http://subclipse.tigris.org/
Re: commit sets - intended behaviour ? [message #273033 is a reply to message #273031] Thu, 30 September 2004 07:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Kariem Hussein wrote:

> Hi,
>
>
> Version 3.1M2 introduced commit sets and I really like this feature.
>
> In the synchronize view I can add some files to a commit set and
> specify a commit message for the set of files.
>
>
> Example:
>
> [added some javadoc]
> - A.java
> - B.java
> [removed enum identifiers]
> - C.java
> - D.java
>
> If I select several commit sets and choose "commit" from the context
> menu, the commit messages of all selected commit sets are shown,
> separated by line breaks. Now just clicking on "OK" commits the
> elements of the commit sets with all messages of the selected commit
> sets.
>
> Example:
>
> A.java added some javadoc \n removed enum identifiers
> B.java added some javadoc \n removed enum identifiers
> C.java added some javadoc \n removed enum identifiers
> D.java added some javadoc \n removed enum identifiers
>
>
> So I have to commit each commit set separately. Or is there a way, I
> did not see?

Bug. Please file a bug report.

Dani

>
>
> Another thing: commit sets reminded me of using subversion [1], but
> the subclipse plug-in [2] is not really usable for day to day work.
> Are there any plans to integrate subversion support into eclipse?
>
>
> Thank you,
> Kariem
>
>
>
> [1] Subversion (SVN)
> http://subversion.tigris.org/
> [2] Subclipse SVN plug-in
> http://subclipse.tigris.org/
Re: commit sets - intended behaviour ? [message #273043 is a reply to message #273031] Thu, 30 September 2004 09:08 Go to previous messageGo to next message
Eclipse UserFriend
Kariem,

The commit set support is new and were still ironing out the details.
There is a bug report related to the problem you mentioned
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=74683).

There is also a bug report for subversion support
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=37154).

Michael

Kariem Hussein wrote:

> Hi,
>
>
> Version 3.1M2 introduced commit sets and I really like this feature.
>
> In the synchronize view I can add some files to a commit set and specify
> a commit message for the set of files.
>
>
> Example:
>
> [added some javadoc]
> - A.java
> - B.java
> [removed enum identifiers]
> - C.java
> - D.java
>
> If I select several commit sets and choose "commit" from the context
> menu, the commit messages of all selected commit sets are shown,
> separated by line breaks. Now just clicking on "OK" commits the elements
> of the commit sets with all messages of the selected commit sets.
>
> Example:
>
> A.java added some javadoc \n removed enum identifiers
> B.java added some javadoc \n removed enum identifiers
> C.java added some javadoc \n removed enum identifiers
> D.java added some javadoc \n removed enum identifiers
>
>
> So I have to commit each commit set separately. Or is there a way, I did
> not see?
>
>
> Another thing: commit sets reminded me of using subversion [1], but the
> subclipse plug-in [2] is not really usable for day to day work. Are
> there any plans to integrate subversion support into eclipse?
>
>
> Thank you,
> Kariem
>
>
>
> [1] Subversion (SVN)
> http://subversion.tigris.org/
> [2] Subclipse SVN plug-in
> http://subclipse.tigris.org/
Re: commit sets - intended behaviour ? [message #273177 is a reply to message #273043] Fri, 01 October 2004 02:32 Go to previous message
Eclipse UserFriend
Originally posted by: kariem_h.hotmail.com

Thank you Michael !


That's exactly what I wanted. I should have a look at bugzilla first.


Kariem



Michael Valenta wrote:
> Kariem,
>
> The commit set support is new and were still ironing out the details.
> There is a bug report related to the problem you mentioned
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=74683).
>
> There is also a bug report for subversion support
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=37154).
>
> Michael
>
> Kariem Hussein wrote:
>
>> Hi,
>>
>>
>> Version 3.1M2 introduced commit sets and I really like this feature.
>>
>> In the synchronize view I can add some files to a commit set and
>> specify a commit message for the set of files.
>>
>>
>> Example:
>>
>> [added some javadoc]
>> - A.java
>> - B.java
>> [removed enum identifiers]
>> - C.java
>> - D.java
>>
>> If I select several commit sets and choose "commit" from the context
>> menu, the commit messages of all selected commit sets are shown,
>> separated by line breaks. Now just clicking on "OK" commits the
>> elements of the commit sets with all messages of the selected commit
>> sets.
>>
>> Example:
>>
>> A.java added some javadoc \n removed enum identifiers
>> B.java added some javadoc \n removed enum identifiers
>> C.java added some javadoc \n removed enum identifiers
>> D.java added some javadoc \n removed enum identifiers
>>
>>
>> So I have to commit each commit set separately. Or is there a way, I
>> did not see?
>>
>>
>> Another thing: commit sets reminded me of using subversion [1], but
>> the subclipse plug-in [2] is not really usable for day to day work.
>> Are there any plans to integrate subversion support into eclipse?
>>
>>
>> Thank you,
>> Kariem
>>
>>
>>
>> [1] Subversion (SVN)
>> http://subversion.tigris.org/
>> [2] Subclipse SVN plug-in
>> http://subclipse.tigris.org/
>
>
Previous Topic:Plugins sometimes not loading in 3.0.1?
Next Topic:Accessing platform configuration details remotely
Goto Forum:
  


Current Time: Sat May 03 02:12:17 EDT 2025

Powered by FUDForum. Page generated in 0.02881 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top