[FR] Display svn:mime-type property in Inspector

2009-03-25 Thread Quinn Taylor
It would be really nice to have UI for this, similar to the drop-down  
menu for line break style. It wouldn't be very useful if it displayed  
an overwhelming list of mime types by default, but selective filtering  
could help.


For example, a drop down menu containing "Not Set" at the top,  
separator, text/*, separator, application/*, separator, image/*,  
separator, "Other...".


An alternative idea would be two drop-down menus, for before and after  
the slash, respectively. The first could have text, image, application  
(as well as "Not Set") and the second could appear/update based on the  
selection in the first.


I'd be happy to discuss which MIME types are most frequently used or  
bat around UI ideas if anyone is interested.


Thanks,
- Quinn

smime.p7s
Description: S/MIME cryptographic signature


[FR] Inspector should show which properties were modified

2009-03-25 Thread Quinn Taylor
When properties have been modified locally, Versions shows a pencil in  
the appropriate column, but it's hard to tell what exactly has  
changed. Currently, to see that information, I have to use `svn diff`  
in the Terminal for a particular file/directory. Versions actually  
enables "Show Local Changes" when properties are modified, but opens  
FileMerge (or whatever diff tool), which shows 0 differences. I  
considered whether it would work to have Show Local Changes display a  
different view for modified properties, but this could be confusing  
when both a file and its properties have been modified.


One way to improve this (at least for svn:* properties on files) would  
be to have the Inspector display a pencil next the checkbox/menu of  
any property that has been changed. (Of course, things like ordering  
of svn:keywords could put a wrench in this...) Displaying changes to  
svn:ignore and svn:externals on directories is more difficult, and  
would probably require some new UI, perhaps a button next to Edit to  
view changes, which appears only if the props have been modified?


I don't have a clear-cut solution, but I would love to see an improved  
experience for dealing with modified properties. (So many tools suck  
at dealing with properties to begin with, and especially editing them,  
that Versions is already an improvement, but it could certainly be  
even better.)


Thanks,
 - Quinn

smime.p7s
Description: S/MIME cryptographic signature


[BUG] Shorthand/alternate versions of svn:keywords not recognized

2009-03-25 Thread Quinn Taylor
When setting keyword substitution properties using the inspector in  
Versions, checking the boxes adds the following values to the  
svn:keywords property (ID excluded):


Author
Date
HeadURL
Revision

However, there are alternative forms which, if set manually (or with  
auto-props) are not recognized by Versions, so the checkboxes do not  
appear as checked. These alternates are:


LastChangedBy
LastChangedDate
LastChangedRevision / Rev
URL

http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html

I noticed this first when trying to use URL and Rev, since I prefer  
the shorter names. It would be great if Versions recognized these  
alternative forms and presented state properly in the inspector.


Thanks,
 - Quinn

smime.p7s
Description: S/MIME cryptographic signature


Re: Feature Request: Enable/Disable Bookmarks

2009-03-25 Thread kiddailey

I also have a lot of bookmarks.  For the meantime, I'm removing the
links to working copies unless I'm actually working on the project and
re-adding them when needed.  It's a pain, but it's a workaround.

On Mar 25, 3:46 am, Jezz  wrote:
> +1
>
> If I have a lot of bookmarks (I currently have 30+) the whole system
> is slowed down until Versions is finished background checking.
> An option in preferences, or even for each bookmark, to turn off
> background checking on startup would be much appreciated!
>
> On Mar 23, 6:05 pm, Quinn Taylor  wrote:
>
> > This is true, but still doesn't disable background checking for  
> > updates, which is a main part of the point. The visual clutter of many  
> > unused bookmarks might be an annoyance, but real performance impact is  
> > a more pressing concern, at least for me.
>
> >   - Quinn
>
> > On Mar 21, 2009, at 5:51 PM, Alberto Ganesh Barbati wrote:
>
> > > You can just create a group and move all those "less used" bookmarks
> > > into it. Then you can simply collapse the group.
> > > In order to create a group, right-click on a bookmark and select
> > > "Group". Once a group has been created, you can use drag&drop to move
> > > other bookmarks into the group.
>
> >  smime.p7s
> > 3KViewDownload
--~--~-~--~~~---~--~~
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: retrieve deleted file

2009-03-25 Thread Ray
You can either export it (supported by Versions) or reverse merge the
revision in which the file was deleted (requires the command line).
For the first way, select a view of the repository in which the file
existed, then navigate to the file, right click, and export it into your
working copy, add it, and commit.

For the second way, open your command line, and type:

svn merge -c -  

For instance, if you deleted file.txt in revision 17, and it was in
/trunk/project/directory, the repository is at http://example.com/repo, and
you have the trunk checked out as the root of your WC, you would type:

cd path/to/working_copy
svn merge -c -17
http://example.com/repo/trunk/project/directory/project/directory

It should output
A file.txt

Note that this will also revert any other changes you made to files in that
directory at the same time.  If you don't want those, just revert them.

HTH,
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: Feature Request: Enable/Disable Bookmarks

2009-03-25 Thread Jezz

+1

If I have a lot of bookmarks (I currently have 30+) the whole system
is slowed down until Versions is finished background checking.
An option in preferences, or even for each bookmark, to turn off
background checking on startup would be much appreciated!


On Mar 23, 6:05 pm, Quinn Taylor  wrote:
> This is true, but still doesn't disable background checking for  
> updates, which is a main part of the point. The visual clutter of many  
> unused bookmarks might be an annoyance, but real performance impact is  
> a more pressing concern, at least for me.
>
>   - Quinn
>
> On Mar 21, 2009, at 5:51 PM, Alberto Ganesh Barbati wrote:
>
>
>
> > You can just create a group and move all those "less used" bookmarks
> > into it. Then you can simply collapse the group.
> > In order to create a group, right-click on a bookmark and select
> > "Group". Once a group has been created, you can use drag&drop to move
> > other bookmarks into the group.
> > >
>
>
>  smime.p7s
> 3KViewDownload

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---