[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: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 10 Oct 2014 13:33:06 -0500

On Fri, Oct 10, 2014 at 1:19 PM, 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".
>

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
     lesmikesell_at_gmail.com
Received on 2014-10-10 20:33:35 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.