vardars / ci-factory

Automatically exported from code.google.com/p/ci-factory
1 stars 2 forks source link

Ci Factory run.bat assumes .svn directories #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install TortoiseSVN
2. In general settings tab for TSVN, check "Use _svn instead of .svn" 
folders
3. Try and create a project with CIFactory using run.bat

What is the expected output? What do you see instead?
I'd expect run.bat to generate a project for use successfully. Instead, 
the build fails when it attempts to delete c:\projects\projectname\.svn. 
This is because c:\projects\projectname\_svn has been created instead.

What version of the product are you using? On what operating system?
Beta 0.8.0.121 on WIndows XP

Please provide any additional information below.

Original issue reported on code.google.com by d...@mcd.coop on 10 May 2007 at 12:46

GoogleCodeExporter commented 9 years ago
Fixed in 0.8.  Check to see if the env var for _svn is set.

Original comment by jay.flowers@gmail.com on 7 Jul 2007 at 3:06