[EMAIL PROTECTED] wrote: > I need to add a port to distfiles in the svn repo, but how do I do it > without checking out the whole distfiles/ directory? > > Mark
Use $ svn co -N URL and you'll have an empty directory. Delete this wc after you're done with it, they're not completely supported until 1.5 Regards, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies <[EMAIL PROTECTED]> Subversion training, consulting and support http://www.orcaware.com/svn/ _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
