I'm trying to automate a SVK sync process.
After configuring SVK mirrors, I wrote a batch file with the following
svk sync -a >> svk.log &2>1
then I add a Windows Scheduled task running under my administrative account.
in svk.log I read
The getpwuid function is unimplemented at C:\Programmi\svk\bin\svk line 142.
Any hint?
p.s. I'm able to run svn sync -a from the command line (same user)
When I posted my question, I did not know that
Having the above, I modified /bin/svk file by changing
in
and now I'm able to run my batch calling svk as a Windows scheduled task