christian0101 / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Ability to edit Subversion properties #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm surprised this isn't already in the issues list...  SvnX is almost
great-- its main problem is that it doesn't allow property editing.  We
should be able to righ-click (or click some button) and be able to add/edit
things like svn:eol-style, svn:externals, svn:mime-type, etc.  Having to
switch to command-line svn is clunky.

Original issue reported on code.google.com by paleozogt on 5 Aug 2009 at 5:54

GoogleCodeExporter commented 8 years ago
This is due to appear in a future version.

Original comment by chris...@gmail.com on 21 Sep 2009 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by chris...@gmail.com on 21 Sep 2009 at 4:56

GoogleCodeExporter commented 8 years ago
YAY! this is sorely needed.

Original comment by petethec...@gmail.com on 9 Oct 2009 at 3:56

GoogleCodeExporter commented 8 years ago
Issue 64 has been merged into this issue.

Original comment by chris...@gmail.com on 23 Oct 2009 at 12:20

GoogleCodeExporter commented 8 years ago
Issue 80 has been merged into this issue.

Original comment by chris...@gmail.com on 3 Apr 2010 at 1:37

GoogleCodeExporter commented 8 years ago
Added in r134.
Added support for viewing, adding, editing & deleting Subversion properties.
Added a 'Properties' toolbar item (cmd-P) that shows/hides the Properties 
palette.
Properties palette shows all the properties for the selected items.
Supports binary (hexi-decimal) and text (UTF-8) properties.
Supports implicit values, combo-box values, single line & multi-line text 
values.
Supports standard (svn:*) properties & custom properties.
Supports setting & deleting of a property on multiple files/directories.
Enforces file only & directory only properties.
Works with svn command tool or takes advantage of 'Call Subversion libraries 
directly' option for best performance.
Customisable via Properties.plist file.  [Copy into ~/Library/Application 
Support/svnX/ & edit.]

Original comment by chris...@gmail.com on 12 Apr 2010 at 2:19