Thomas Singer wrote: > but when I try to check out into the alternative path ".", it will be > ignored: > > C:\temp\test2>cvs checkout -P -d . moba/a > cvs server: Updating moba/a > U moba/a/3d-ansicht1-klein.jpg Try this instead: cvs co -d ..\test2 moba/a It's a little less elegant, but it works. Regards, -- Glen Starrett