Date: Fri, 25 May 2012 13:11:22 -0400 From: Greg Larkin <glarkin@FreeBSD.org> To: Tim Daneliuk <tundra@tundraware.com> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: Somewhat OT: CVS Question Message-ID: <4FBFBD3A.4060804@FreeBSD.org> In-Reply-To: <4FBFAC50.8090604@tundraware.com> References: <4FBFAC50.8090604@tundraware.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/25/12 11:59 AM, Tim Daneliuk wrote: > Forgive the OT nature of this, but FBSD tends to be a big CVS user, > so I am hoping someone has an answer for this. Feel free to reply > privately if you do not wish to inflict your answer up on the whole > list... > > Is there a way to checkout a project from a CVS repo *into the > current directory*? If I do this: > > cvs co -d . foo > > Or this: > > cvs co -d ./ foo > > I get this: > > cvs checkout: existing repository /usr/cvs/... does not match > /usr/cvs/.../foo cvs checkout: ignoring module waccess > > Ideas? Hi Tim, Yes, that's possible, and I do it with the ports tree on my development machine when I only want to work on a small portion of the tree, e.g.: mkdir ~/FreeBSD cd ~/FreeBSD cvs co -l -d . ports cd ports cvs co -l -d . ports/www cd www cvs co -d . ports/www/zend-framework [or just zend-framework because of the alias in CVSROOT/modules] The error you're receiving makes me thing something is wrong with your CVSROOT setting. Can you show it, as well as the full command line? The "module waccess" message doesn't make sense with the command line you provided. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+/vToACgkQ0sRouByUApDqLQCgxwuLL9PveIzGkT6B9lXcO2iM Z6gAoIgO0BIfMW9AR+tGfe3n75wTOsJl =DK17 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FBFBD3A.4060804>