Hi, i have a question:
It's possible work with 2 workspace both versionable into differenttable!?
Now in the config file .xml there are:
<Workspace name="currentYear">...</Workspace>
<Workspace name="otherYear">....</Workspace>
<Versioning rootPath="${rep.home}/version">...</Versioning>
If I want move one node with all its versions, I need of 2 Versioning
DataBase...
One versioning database to one workspace
example:
currentYear --> Node: expense
* 1.0
* 1.1
* 1.2
when I move the node into 'otherYear'..
otherYear--> Node: expense
* 1.0
* 1.1
* 1.2
It's possible!?
I don't want only one Versioning database because it will too size...
Thanks
Daniele