Re: Removing files from commit list

2009-10-14 Thread Ray
On Wed, Oct 14, 2009 at 11:23 AM, Quinn Taylor  wrote:

> There are certainly higher-priority features, but this one would be quite
> nice. I'm of the opinion that Versions should make SVN commits at least as
> easy the Eclipse plugins. After all, Eclipse isn't exactly the paramount of
> simplicity and usability — it's key strengths are flexibility and
> extensibility. (This isn't the place to talk about its weaknesses...)  :-)
>

I agree, and I'd add that this is one of the only differences in features
between Versions and the main competitor, Cornerstone. It's also one of the
only things Cornerstone does better than Versions UI-wise.  Here's to hoping
it catches on in Versions...

-Ray

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Removing files from commit list

2009-10-14 Thread Quinn Taylor
I totally agree. I write mostly Java at work, and the deep package  
hierarchies lead to lots of folders and few files being changed.  
Additionally, command-clicking to (de)select works, but doesn't scale  
so well when it's hard to tell whether a file is 7 or 8 levels deep,  
if 2 that are 10-20 rows apart are on the same level, etc. (Even in  
changed view, which is my usual mode as well.) Also, if you want to  
commit everything in a hierarchy except one file, it's a pain to  
select everything but. I'm not lazy, but it's a lot of work, and Noah  
is correct that one mis-click can cause you to start over. Right now,  
the selection mechanism is essentially equivalent to providing all the  
path names you want to commit on the command line. Obviously, that  
model works, but it doesn't scale near as well, and a GUI should make  
things easier than Terminal, not "as easy as".


There are certainly higher-priority features, but this one would be  
quite nice. I'm of the opinion that Versions should make SVN commits  
at least as easy the Eclipse plugins. After all, Eclipse isn't exactly  
the paramount of simplicity and usability — it's key strengths are  
flexibility and extensibility. (This isn't the place to talk about its  
weaknesses...)  :-)


 - Quinn


On Oct 14, 2009, at 4:25 AM, Noah Campbell wrote:

Sure it exists, but it's not ideal for large repositories.  I work  
in the "changed" view all the time because it reduce the view,  
however, the folder structure we have means a lot of noise around  
the change set.  Given a change of a couple files, I cannot see them  
in a single pane.


Perhaps having the ability to sort the list of files with the folder  
structure would be helpful.   For example, Data Status, could group  
all the missing files, or files in conflict so I can quickly resolve  
each one and know that for a merge their all accounted for without  
scrolling around.


-Noah

On Wed, Oct 14, 2009 at 3:59 AM, msalmonse   
wrote:


What's wrong with only viewing the changed files and then using a
combination of selections and deselections? It seems to me that you
are asking for something that already exists.

On Oct 13, 8:35 pm, Noah Campbell  wrote:
> This would be very helpful since hunting down individual files to  
commit in
> the UI with a large repository is not so user friendly, especially  
if you

> mis-click and loose all your previous selections.




smime.p7s
Description: S/MIME cryptographic signature


Re: Removing files from commit list

2009-10-14 Thread Noah Campbell
Sure it exists, but it's not ideal for large repositories.  I work in the
"changed" view all the time because it reduce the view, however, the folder
structure we have means a lot of noise around the change set.  Given a
change of a couple files, I cannot see them in a single pane.
Perhaps having the ability to sort the list of files with the folder
structure would be helpful.   For example, Data Status, could group all the
missing files, or files in conflict so I can quickly resolve each one and
know that for a merge their all accounted for without scrolling around.

-Noah

On Wed, Oct 14, 2009 at 3:59 AM, msalmonse  wrote:

>
> What's wrong with only viewing the changed files and then using a
> combination of selections and deselections? It seems to me that you
> are asking for something that already exists.
>
> On Oct 13, 8:35 pm, Noah Campbell  wrote:
> > This would be very helpful since hunting down individual files to commit
> in
> > the UI with a large repository is not so user friendly, especially if you
> > mis-click and loose all your previous selections.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Removing files from commit list

2009-10-14 Thread msalmonse

What's wrong with only viewing the changed files and then using a
combination of selections and deselections? It seems to me that you
are asking for something that already exists.

On Oct 13, 8:35 pm, Noah Campbell  wrote:
> This would be very helpful since hunting down individual files to commit in
> the UI with a large repository is not so user friendly, especially if you
> mis-click and loose all your previous selections.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Removing files from commit list

2009-10-13 Thread Noah Campbell
This would be very helpful since hunting down individual files to commit in
the UI with a large repository is not so user friendly, especially if you
mis-click and loose all your previous selections.

On Tue, Oct 13, 2009 at 8:30 AM, Quinn Taylor  wrote:

> +1 This would be quite nice. In Eclipse, the Subversive plugin puts a
> checkmark by each item to select whether it should be part of the commit.
> The trick (as always) is how best to provide the desired functionality in a
> tasteful and useful way, not just spewing information all over the screen
> and making the user sort through it.  :-)
>
>  - Quinn
>
>
> On Oct 12, 2009, at 7:23 PM, ChopperDog wrote:
>
>
>> First let me say I really like Versions. But (unless I just can't find
>> it) it is missing a key piece of functionality. Namely the ability to
>> Commit an entire directory, and then deselect certain files from the
>> list presented.
>>
>> I typically work on a number of stories at the same time so need to
>> commit only part of what has changed. There might be 50 changed files
>> over 30 directories, but maybe I only need to commit 35 of the files.
>> I'd like to commit the entire parent directory and then be able to
>> deselect certain files from the commit window before proceeding with
>> the commit.
>>
>> Again, a really great product otherwise. Thanks.
>>
>> >>
>>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---



Re: Removing files from commit list

2009-10-13 Thread Quinn Taylor
+1 This would be quite nice. In Eclipse, the Subversive plugin puts a  
checkmark by each item to select whether it should be part of the  
commit. The trick (as always) is how best to provide the desired  
functionality in a tasteful and useful way, not just spewing  
information all over the screen and making the user sort through  
it.  :-)


 - Quinn

On Oct 12, 2009, at 7:23 PM, ChopperDog wrote:



First let me say I really like Versions. But (unless I just can't find
it) it is missing a key piece of functionality. Namely the ability to
Commit an entire directory, and then deselect certain files from the
list presented.

I typically work on a number of stories at the same time so need to
commit only part of what has changed. There might be 50 changed files
over 30 directories, but maybe I only need to commit 35 of the files.
I'd like to commit the entire parent directory and then be able to
deselect certain files from the commit window before proceeding with
the commit.

Again, a really great product otherwise. Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google  
Groups "Versions" group.

To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---





smime.p7s
Description: S/MIME cryptographic signature