[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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.
>
> 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".
>
> Please help,
>
> Thanks,
> James

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.
Received on 2014-10-10 20:32:26 CEST

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.