tags:

views:

2

answers:

0

I am currently using SVK (v2.0.99_01 (using Subversion bindings 1.5.0)) for about a month already and find it very useful that allow me to work while still have the benefit of source control offline (from remote subversion 1.2 server).

I use svn:externals, however, this is not supported in SVK. However, svk view might be a good way to have similar functionality using SVK. However, I still fail to create the view from the instruction by "svk help view"

Based on the instruction, it will require me to set multi-line value to property svk:view:NAME (where NAME is any name). However, I couldn't do it via command line (in Windows). Then, I use TurtoiseSVN accessing the backend local subversion repository used by SVK as its data repository, to set the property to a folder (not mirrored). However, when I invoke "svk ls" against the view, it is still complaining that path is not versioned.

Has anyone create a SVK view before? Care to share the detail "Hello World" type of instruction in creating that?