Comments
2 comments
-
Usually, that error would mean that it's finding duplicate definitions. A quick DOS command may help find possibles.... open up a command prompt, navigate to the folder (C:\prog\temp-svn\BR\trunk) then try the following:
findstr /S /C:"CREATE USER xxxxxxxx" *.*
Obviously replace the xxxxxxx with the username. See if that gives multiple matches. -
Hi James
Yep, I got 2x matches ! It seems that dir was a little corrupted. Fixed up now.
Many thanks for your help!james.billings wrote:Usually, that error would mean that it's finding duplicate definitions. A quick DOS command may help find possibles.... open up a command prompt, navigate to the folder (C:\prog\temp-svn\BR\trunk) then try the following:
findstr /S /C:"CREATE USER xxxxxxxx" *.*
Obviously replace the xxxxxxx with the username. See if that gives multiple matches.
Add comment
Please sign in to leave a comment.
I can link and sync a particular database just fine in SSC2, but when I try to do the same from the command line, I get an error:
Command:
Error:
I have tried unlinked and relinking the datasource to no avail. I have tried to look for duplicate files in the repo creating that user, but could not find a culprit.
Can someone please help?
Many thanks in advance.
Ciaran