On Tuesday, 31. May 2005 17:06, Christof Petig wrote: > I checked and it looks like this problem is solvable (I do have to think > about the internal handling of modules though ...): > > monotone: readline result 'Module-expansion src/sim' > monotone: readline result 'Module-expansion src/cpu' > monotone: readline result 'Module-expansion src/djunpack.bat' > monotone: readline result 'Module-expansion src/.cvsignore' > > (so the server tells us that these files belong elsewhere)
Belong elsewhere? I understood the output to show that there is a module "src/djunpack.bat". The CVS client can check that module out fine... it just happens to be a file and not a directory. > monotone: readline result 'Remove-entry src/' > monotone: readline result '/cvs/src/src/djunpack.bat' > > that sounds like a path information. So all we need is to parse this > information correctly ... Correct. But how do we store that in server_dir? Is it possible to assume that everything before the last slash is a directory? If so: Will cvs_pull get the complete src/ directory instead of grabbing the specified files/dirs only? > (I saved the module structure of gdb for > future inspection) Yes, it is ...aehm... unusual, isen't it? -- Gruss, Tobias ------------------------------------------------------------ Tobias Hunger The box said: 'Windows 95 or better' [EMAIL PROTECTED] So I installed Linux. ------------------------------------------------------------ _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
