SVN doesn't like .so files?

2014-10-10 Thread James
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

Re: SVN doesn't like .so files?

2014-10-10 Thread jblist
On Oct 10, 2014, at 11:19 AM, James 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

Re: SVN doesn't like .so files?

2014-10-10 Thread Les Mikesell
On Fri, Oct 10, 2014 at 1:19 PM, James 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 wo

Re: SVN doesn't like .so files?

2014-10-10 Thread David Chapman
On 10/10/2014 11:19 AM, James 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 u

Re: SVN doesn't like .so files?

2014-10-10 Thread James
After I "import", I have renamed my project folder to project.bak folder and created a new empty project folder. I found this after I do "co" in my new project folder. How can I easily add these .so files or other possible ignored files into repository? There are about 900MB data (JDK and Ecli

Re: SVN doesn't like .so files?

2014-10-10 Thread Les Mikesell
On Fri, Oct 10, 2014 at 2:56 PM, James wrote: > After I "import", I have renamed my project folder to project.bak folder and > created a new empty project folder. I found this after I do "co" in my new > project folder. > > How can I easily add these .so files or other possible ignored files into