Subversion under Vista ?

BlitzMax Forums/Brucey's Modules/Subversion under Vista ?

xMicky(Posted 2008) [#1]
I tried to install wx.mod for BlitzMax and executed the steps as described in:
SubversionExampleSetupForWindows
and came to:

4. Getting wxMax via Subversion

Afer downloading plenty of files the last lines in the DOS-Box are:

"svn: in directory ~wx.mod\samples\help@"
"svn: cannot ~wx.mod\samples\help\.svn\tmp\doc.chm.tmp@ copy to ~wx.mod\samples\help\doc.chm@: access denied"

In the blitzMax\mod-directory currently nothing of .wx.mod is written at all. I am running WinVista as administrator. Is there a way to continue from here ?


nadia(Posted 2008) [#2]
Have you tried TortoiseSVN, it's very easy to use.
http://tortoisesvn.net/

I don't use Vista, but here is a link about potential problems running TortoiseSVN under Vista:
http://tortoisesvn.net/node/269

Hope this helps...


xMicky(Posted 2008) [#3]
Thank you, the software from your given link solved my vista-problem (as I understand it, because it copied the files directly in the target folder and not at first into a temporary folder, from where Vista then forbits further copy operations).