hi, I managed to figure out myself and I would like to give some contribution to this groups if someone will be in same situation like i was.
Server: Windows server 2003 CVS server: CVSNT (version 2.5.03) Installed and needed softwares: 1. cvs2svn (v.2.2.0) 2. python 2.6 3. cygwin (python integrated to cygwin) 4. Wincvs (not needed but recommended) Settings VisualSVN's binary folder added as PATH's environment variable First step 1. Open wincvs ja Admin > command line "cvs admin -kb *.*" + choose/ type CVSROOT This command is for binary files. Second step 1. Open Command prompt 2. go to folder where you would like to add svn repository. For example C:\SVNRepositories 3. Add new svn repository: svnadmin create [repository name] e.g. svnadmin create TEST Third step 1. Open cygwin 2. Go to the folder where you added new svn repository 3. Write to cygwin: /cygdrive/c/[find cvs2svn file] --use-cvs --svnadmin=[find svnadmin.exe] --existing-svnrepos --encoding=iso8859_10 -s [svn repository folder] [cvs module folder] For example: /cygdrive/c/cvs2svn/cvs2svn-2.2.0/cvs2svn --use-cvs --svnadmin=/ cygdrive/c/VisualSubversion\ Server/bin/svnadmin.exe --existing- svnrepos --encoding=iso8859_10 -s . /cygdrive/c/PTCVSREPO/TEST/TEST/ Notice a dot between -s attribute and the cvs module folder! Hopefully this will help someone! regards, Inkku