I have run Cygwin setup using a handful of different repositories, but certain programs appear to be missing from from the ones I have tried so far. I am specifically looking for tee and svn.

Which repositories/ mirrors are complete?

link|improve this question

75% accept rate
Why would you want svn under Cygwin? – Ignacio Vazquez-Abrams Sep 14 '11 at 0:36
@Ignacio What alternative would you suggest? (CLI,not GUI) – bguiz Sep 14 '11 at 2:18
feedback

1 Answer

up vote 3 down vote accepted

You can use the Cygwin Package List to find the appropriate packages.

The latest version of Cygwin includes /bin/tee as part of coreutils.

http://cygwin.com/cgi-bin2/package-grep.cgi?grep=%2Fbin%2Ftee

And svn aka Subversion is found in the self named package.

http://cygwin.com/packages/subversion/

If you're not finding these packages listed in your mirrors, you're not running the latest version of Cygwin.

link|improve this answer
Another way to find the tee executable is to search for tee.exe. – garyjohn Sep 14 '11 at 0:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.