The environment: SVN, Netbeans, Hudson
SVN Project A: Builds a library file (foo.jar). The build file is under /dist, which is ignored for svn, the sourcecode is under svn control.
SVN Project B: holds all library files. (other SVN projects get all their libraries from here via external svn)
Question: I want to commit foo.jar from A into B. How to do that ? foo.jar cannot be added or committed because it is not under SVN control.
Thanks for any hints ! (The question is independent from the IDE and CI Server)