Question

I just checked out the source code for HTTPCore from Apache, using

svn checkout https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3.2 httpcomponents-core

But I can't figure out where it downloaded it to.

How can I find the location of these files?

Was it helpful?

Solution

The checkout command will have created a directory called httpcomponents-core in the directory you were in when you invoked the command. The files will be in that directory if the checkout was successful.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top