Hi All, Iam getting the below error when iam trying to execute a batch file
ROBOCOPY "C:\test" "C:\test\Source" "*" /E /NP /V /R:3 /XD "bin" "obj" /XF "*.pj" > %log%
svn add * --force %SVNOPTIONS% >>%log%
svn commit -m "Checking in Files" %SVNOPTIONS% >>%log%
svn info -r head >%REVISION_COMMIT%
Please let me know how to resolve this
svn: '.' is not a working copy svn: Can't open file '.svn\entries': The system cannot find the path specified. svn: 'C:\test' is not a working copy svn: '.' is not a working copy