How to commit a non-subversioned file into a repository ?
Posted
by devdude
on Stack Overflow
See other posts from Stack Overflow
or by devdude
Published on 2010-03-29T07:07:51Z
Indexed on
2010/03/29
7:13 UTC
Read the original article
Hit count: 232
svn
|repository
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)
© Stack Overflow or respective owner