How can I download from SVN?
Do I need any Client Softtware to do SVN Checkout ?
If I clck on http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/
it shows all directory/files,
but I cannot figure out how to download all files in one time.
Ashok
Niklas Gustavsson wrote:
Rajeev kamal wrote:
Thanks Niklas for the reply.
I found out that the src and compiled ftp on the web site for download
do not have the functionality as you stated in your code.
Yes, the downloads are very old and we should probably remove them.
So I
downloaded from svn and when I compile the code is throwing some lots of
class not found. I am not sure if this is because of my mistake or I am
not getting all the file. I was checking the code as it is throwing
error for files in import statement. And I don't see those files any
where in directory structure.
import org.apache.ftpserver.ftplet.Authority;
import org.apache.ftpserver.ftplet.Component;
import org.apache.ftpserver.ftplet.FileSystemManager;
import org.apache.ftpserver.ftplet.FtpStatistics;
import org.apache.ftpserver.ftplet.Ftplet;
These are all part of the ftplet-api which is now in a separate module
found here:
http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/ftplet-api/
If you checkout the entire project from:
http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/
You can then use Maven to build from the root of the project (where
you find the first pom.xml) and it should do everything for you. Here
are the instructions for both these steps:
http://cwiki.apache.org/FTPSERVER/source.html
http://cwiki.apache.org/FTPSERVER/building.html
Please get back if this does not succeed for you!
/niklas