helo coders,
we could have done this from the beginning, but lets better do i now than later.
with already 8 plugins written (and i know of some more that just have not yet been checked in) the repository is getting a bit messy so i added a structuring hierarchy based on node categories and i would like the individuals responsible for the codes move their nodes as follows:
plugins\c#\Devices\PhidgetIO
plugins\c#\Devices\WiiMote
plugins\c#\Spreads\SphericalSpread
plugins\c#\String\Speech
plugins\c#\File\SRTReader
moving is quite easy:
- via TortoiseSVN->Repo-browser you can simply drag/drop your nodes directory to its new destination
- then on your locally checked out version of the node TortoiseSVN->Switch: just enter the new url
- note that when now opening your solution it will not find the _PluginInterfaces and _Utils projects (they appear grayed out). RightClick-Remove them and RightClick-Solution-Add those existing projects again
- now in your projects References also don’t forget to remove the old references (which the compiler would complain about not being able to find them) and add the references to the \Projects: _PluginInterfaces and _Utils again (which are now one directory up of your nodes directory)
saveall. see if it builds and commit your solution/project to have the changes reflected in the repository.
if you have troubles doing this please come to ##vvvv on irc.freenode.net to discuss.
sorry for the inconvenience.