[Cyberduck-trac] [Cyberduck] #5260: svn checkout and build problems on Windows

Cyberduck trac at trac.cyberduck.ch
Sun Oct 3 00:09:43 CEST 2010


#5260: svn checkout and build problems on Windows
-----------------------------------+----------------------------------------
    Reporter:  lukas               |        Owner:           
        Type:  defect              |       Status:  new      
    Priority:  normal              |    Milestone:           
   Component:  core                |      Version:  4.0b2    
    Severity:  normal              |   Resolution:           
    Keywords:  svn build problems  |     Platform:  Windows 7
Architecture:  Intel               |  
-----------------------------------+----------------------------------------
Description changed by dkocher:

Old description:

> I'm having some problems related to svn checkouts and building under
> windows:
>
> 1. svn checkout fails with the following error (using TortoiseSVN):
> Error: Can't move 'C:\Users\lukas\Documents\cyberduck-
> test\www\help\.svn\tmp\entries'
> Error: to 'C:\Users\lukas\Documents\cyberduck-
> test\www\help\.svn\entries': The file or
> Error: directory is corrupted and unreadable.
>
> The collabnet cmd line svn seems to break too with the same error message
> but at random places - on Monday i will test this on some other machine
> just to double confirm.
>
> 2. Build issues:
> I have followed the instructions from
> http://trac.cyberduck.ch/browser/trunk/README.txt
> The instructions should mention that ant ikvmc task should be downloaded
> and added to the ant lib directory (http://ant-ikvmc.sourceforge.net/)
> i have also used slightly later release of ikvmc (ikvm-0.44.0.5) and JDK
> 1.6.0_21 to the one given in the instructions.
> Now when i run ant i get the following error(s):
>
> A. [dn:msbuild]   CSC : error CS1719: Error reading Win32 resource file
> 'c:\Users\l
> ukas\Documents\cyberduck-
> svn\cyberduck\source\ch\cyberduck\ui\winforms\commondia
> log\obj\debug\res1.res' -- 'The system cannot find the path specified. '
> [C:\Use
> rs\lukas\Documents\cyberduck-
> svn\cyberduck\source\ch\cyberduck\ui\winforms\commo
> ndialog\CustomOpenFileFolderDialog.csproj]
>
> I have managed to overcome this error by manually building the project
> using visual studio 2010 (Both Release and Debug targets) but then i get
> the following errors:
> .
> .
> .
> [dn:msbuild]   ui\winforms\BrowserForm.cs(663,16): error CS0246: The type
> or nam
> espace name 'PathFilter' could not be found (are you missing a using
> directive o
> r an assembly reference?) [C:\Users\lukas\Documents\cyberduck-
> svn\cyberduck\sour
> ce\ch\cyberduck\Cyberduck.csproj]
> [dn:msbuild]   ui\winforms\BrowserForm.cs(685,16): error CS0246: The type
> or nam
> espace name 'Host' could not be found (are you missing a using directive
> or an a
> ssembly reference?) [C:\Users\lukas\Documents\cyberduck-
> svn\cyberduck\source\ch\
> cyberduck\Cyberduck.csproj]
> [dn:msbuild]   ui\winforms\BrowserForm.cs(725,37): error CS0246: The type
> or nam
> espace name 'Host' could not be found (are you missing a using directive
> or an a
> ssembly reference?) [C:\Users\lukas\Documents\cyberduck-
> svn\cyberduck\source\ch\
> cyberduck\Cyberduck.csproj]
> [dn:msbuild]   ui\winforms\BrowserForm.cs(730,33): error CS0246: The type
> or nam
> espace name 'Host' could not be found (are you missing a using directive
> or an a
> ssembly reference?) [C:\Users\lukas\Documents\cyberduck-
> svn\cyberduck\source\ch\
> cyberduck\Cyberduck.csproj]
>
> There are piles, and piles of those
>
> Thx
>
> Luk

New description:

 I'm having some problems related to svn checkouts and building under
 windows:

 1. svn checkout fails with the following error (using TortoiseSVN):

 {{{
 Error: Can't move 'C:\Users\lukas\Documents\cyberduck-
 test\www\help\.svn\tmp\entries'
 Error: to 'C:\Users\lukas\Documents\cyberduck-test\www\help\.svn\entries':
 The file or
 Error: directory is corrupted and unreadable.
 }}}


 The collabnet cmd line svn seems to break too with the same error message
 but at random places - on Monday i will test this on some other machine
 just to double confirm.

 2. Build issues:
 I have followed the instructions from
 http://trac.cyberduck.ch/browser/trunk/README.txt
 The instructions should mention that ant ikvmc task should be downloaded
 and added to the ant lib directory (http://ant-ikvmc.sourceforge.net/)
 i have also used slightly later release of ikvmc (ikvm-0.44.0.5) and JDK
 1.6.0_21 to the one given in the instructions.
 Now when i run ant i get the following error(s):

 A.


 {{{
 [dn:msbuild]   CSC : error CS1719: Error reading Win32 resource file
 'c:\Users\l
 ukas\Documents\cyberduck-
 svn\cyberduck\source\ch\cyberduck\ui\winforms\commondia
 log\obj\debug\res1.res' -- 'The system cannot find the path specified. '
 [C:\Use
 rs\lukas\Documents\cyberduck-
 svn\cyberduck\source\ch\cyberduck\ui\winforms\commo
 ndialog\CustomOpenFileFolderDialog.csproj]
 }}}


 I have managed to overcome this error by manually building the project
 using visual studio 2010 (Both Release and Debug targets) but then i get
 the following errors:
 .
 .
 .

 {{{
 [dn:msbuild]   ui\winforms\BrowserForm.cs(663,16): error CS0246: The type
 or nam
 espace name 'PathFilter' could not be found (are you missing a using
 directive o
 r an assembly reference?) [C:\Users\lukas\Documents\cyberduck-
 svn\cyberduck\sour
 ce\ch\cyberduck\Cyberduck.csproj]
 [dn:msbuild]   ui\winforms\BrowserForm.cs(685,16): error CS0246: The type
 or nam
 espace name 'Host' could not be found (are you missing a using directive
 or an a
 ssembly reference?) [C:\Users\lukas\Documents\cyberduck-
 svn\cyberduck\source\ch\
 cyberduck\Cyberduck.csproj]
 [dn:msbuild]   ui\winforms\BrowserForm.cs(725,37): error CS0246: The type
 or nam
 espace name 'Host' could not be found (are you missing a using directive
 or an a
 ssembly reference?) [C:\Users\lukas\Documents\cyberduck-
 svn\cyberduck\source\ch\
 cyberduck\Cyberduck.csproj]
 [dn:msbuild]   ui\winforms\BrowserForm.cs(730,33): error CS0246: The type
 or nam
 espace name 'Host' could not be found (are you missing a using directive
 or an a
 ssembly reference?) [C:\Users\lukas\Documents\cyberduck-
 svn\cyberduck\source\ch\
 cyberduck\Cyberduck.csproj]
 }}}


 There are piles, and piles of those

 Thx

 Luk

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5260#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files, Google Docs, Azure and S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list