We have an application that allows users to set version labels via DFS.
Now what we have seen is that if they type in a number (floating point I believe) such as 1664.1 then when we use the DFS version control service to checkin, as SAME_VERSION, that number gets set as the implicit content version.
ie. if we add a label of "test_test" this is appended so we see for example 1.0,CURRENT,test_test in Webtop.
if we use "1664.1" we see this is appended so we see for example 1664.1,CURRENT in Webtop.
Is there a way around this in DFS?
We are using DFS 6.5 SP1.
cheers