On Fri, Jan 8, 2010 at 07:32, Dipesh <dipesh.sha...@patni.com> wrote: > Hi All, > Currently i am working on SVN under Linux environment, but I want to > access SVN on windows. So please tell me how to administer various tasks > like : Backup, Restoration, Adding/ Deleting users and giving > permissions to users etc on windows. > Is there any tool to handle all these activities? else how I as an CM > will do these tasks. > Any help welcome.
It works pretty much the same. There's a Win32 command-line package which works the same as the Linux equivalent. Python & Perl can both be installed on Windows if you have any scripts/tools that depend upon those. User management depends slightly upon how you're serving the repository and doing user authentication, but it generally works the same as well. Set up a test server (you would anyway, right?) and experiment.