is this the proper formatting?
{"svn.path": "c:\Program Files\svn-collabnet-1.8.14\svn.exe"
}
Well let's put it a different way, in Aptana editor there is a SVN explorer to setup a (in my case) Cold Fusion project with a repo in SVN, same with how Visual Studio has Git and TFS. I don't see a way to do this with the SVN VS Code extension so I was wondering is there a interface similar to what's in Aptana. All I see are commands to commit to act againsts files but don't see a way to have files point to a repo.
Is this clearer?
I've seen a command line that makes something similar:
oks@machine:branch1$ svn mergeinfo . ../../trunk
youngest common ancestor
| last full merge
| | tip of branch
| | | repository path
210 1162 1167
| | |
--| |------------ DEV/branch1
/ \
/ \
-------| |------------ trunk
|
1163