Fabian Cenedese writes: > > I know that cvs uses forward slashes but it wasn't a problem to use backward > so I stuck with that. But it didn't change anything anyway.
As I've noted before, backward slashes *usually* work, but there are cases where they don't, and the resulting errors can be quite mysterious. I strongly suggest always using forward slashes instead. Although you switched to forward slashes in the command, you'll not that your root still contains backslashes. > >cvs.exe -t update -rVERSION15 VarioSam/Applicat/Src/Iologger.cpp > > -> main loop with CVSROOT=:local:n:\temp\variosam > cvs.exe [update aborted]: no such tag VERSION15 Is n: really a local drive, or is it some kind of network share? If it's a network share, then the problem is almost certainly some kind of bug or incompatibility in the network filesystem. If the repository isn't local, you should use client/server CVS to access it, not network shares. -Larry Jones I stand FIRM in my belief of what's right! I REFUSE to compromise my principles! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
