|
I am having issues doing a cvs update.
I can't figure out why this isn't working
right.
this cmd works fine
cvs update -P -r addataaccess_1_0_5
c:\cvs_ams\adsystems_dotnet\Common\AdDataAccess\bin\Release
this part of my script does not
<cvs-update
destination="c:\cvs_ams\" cvsroot = "mycvsroot here" password= "my password here" module="adsystems_dotnet/Common/AdDataAccess/bin/Release" overwritelocal="true"> <options> <option name="-r" value="addataaccess_1_0_5" /> </options> </cvs-update> does this
BUILD FAILED INTERNAL ERROR
System.IO.FileNotFoundException:
path=[c:\cvs_ams\adsystems_dotnet/Common/AdData
Access/bin/Release\adsystems_dotnet]fileType=[Repository]File not found. at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String path, FileTy pe fileType) at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr ayList folders, String directory) at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr ayList folders, String directory) at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String direc tory) at NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory worki ngDirectory) at NAnt.SourceControl.Tasks.UpdateTask.CreateCommand() at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Please send bug report to [EMAIL PROTECTED].
notice how
System.IO.FileNotFoundException:
path=[c:\cvs_ams\adsystems_dotnet/Common/AdDataAccess/bin/Release\adsystems_dotnet]
this is at the end "adsystems_dotnet", but wasn't specified above, is that
bad?
I have tried using back slashes, not much change.
Strangely if I have the same code and I point it to a different cvs module
and revision, then it works fine.
Any ideas?
|
- [Nant-users] CVS Update issues steve gupta
- [Nant-users] CVS Update issues steve gupta
- [Nant-users] cvs update issues steve gupta
- RE: [Nant-users] cvs update issues Clayton Harbour
