svn-scm
svn-scm copied to clipboard
Svn propset commands
trafficstars
@s-martin would like
- EOL
- Executable
- Externals
After a long time, I had an idea to manage properties
- Create commands to list (proplist), read (propget with/without revision), set by value (propset) and set by file content (propset --file)
- Create a property manager to store the relation of temporary with related file/property
- When user start a edit property, generate a temporary file and create a
TextEditorDecorationTypeand set to first line with label likeProperty 'svn:ignore' of 'myfile.txt' - On save, update the related property
- Update the
svnContentProvider.tsto accept property type (Allow to view diff) - Some properties, create syntax file (Ex. svn:externals)
Good idea, What would the diff show?
Diff between current property and last commit property (BASE revision)