Re: SVN doesn't like .so files?
From: <jblist_at_icloud.com>
Date: Fri, 10 Oct 2014 11:31:35 -0700
On Oct 10, 2014, at 11:19 AM, James <oldyoungguy88_at_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.
By default, subversion will ignore .so files, since those are derived by compiling source files. If you performed "svn add" specifying a directory, the .so files would not have been included. If you really want to include .so files, you can explicitly add them.
To see what subversion has ignored, you can do "svn status --no-ignore".
Global ignores are configured in ~/.subversion/config in the "miscellany" section, using the global-ignores property.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.