|
From: YAEGASHI T. <yae...@ma...> - 2000-05-07 20:17:56
|
Hi, >Developers, > >I have imported inid source tree into CVS repository. >italk/servers/inid/inid/* are available. >But, this effort is *experimental*, please do not modify nor commit. I've moved servers/inid/inid/* to servers/inid in the repository, with taka's permission. For your reference, how to remove the whole tree from the repository: % cvs -d yae...@cv...:/cvsroot/italk co servers/inid/inid % cd servers/inid % rm `find inid -type f | grep -v CVS` % cvs remove inid % cvs commit -m "Moved to the correct position." -- YAEGASHI Takeshi <yae...@ma...> |