On Fri, Oct 10, 2014 at 1:19 PM, James <oldyounggu...@yahoo.com> wrote: > I am trying to add an existing project into the SVN repository. It seems > work but when I check them out in a new location, I found all .so files are > not present. Then I look at the repository, these .so files from JDK are > not there. > > Any workaround? I am using 1.8.10(r1615264) svn. The command I used to add > project is "svn import -m "my message" . > svn://homeNetworkIP/repositoryName". >
The client where you committed was most likely configured to ignore *.so files (and other common binary build results). You can override this by explictly doing an 'svn add' of missing files and committing them, or you can change the client configuration if you want different default behavior. -- Les Mikesell lesmikes...@gmail.com