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

Re: svn 1.5.4 import jdk6

From: Ilia <samogon_at_gmail.com>
Date: Fri, 7 Nov 2008 16:27:56 -0500

Yes I just found that too. Docs need to be updated.

Thanks.

ilia.

On Fri, Nov 7, 2008 at 4:23 PM, Blair Zajac <blair_at_orcaware.com> wrote:
> In svn_config.h:
>
> /* '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'. */
> /* We want this to be printed on two lines in the generated config file,
> * but we don't want the # character to end up in the variable.
> */
> #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 \
> "*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo"
> #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2 \
> "*.rej *~ #*# .#* .*.swp .DS_Store"
> #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \
> SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 " " \
> SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2
>
> Regards,
> Blair
>
> Ilia wrote:
>>
>> Steven, thanks for your response. I checked ~/.subversion/config and
>> found global-ignores is commented out so it should be default which
>> is:
>> *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store.
>>
>> So something else is to blame here....
>>
>> ilia.
>>
>> On Fri, Nov 7, 2008 at 2:25 PM, Steven Bakke <steven.bakke_at_amd.com> wrote:
>>>
>>> On Nov 7, 2008, at 12:29 PM, Ilia Lobsanov wrote:
>>>
>>>> I was trying "svn import" on jdk-6u10-linux from sun's website using svn
>>>> 1.5.4 on client and server and https ra_neon protocol. Client and server
>>>> on
>>>> the same LAN.
>>>>
>>>> libjli.so was always skipped during import (jre/lib/i386/jli/libjli.so).
>>>>
>>>> I had to use svn_load_dirs.pl which did pick up libjli.so
>>>>
>>> I bet that your user config is set up to ignore files named *.so since
>>> most
>>> people don't want compiled objects under revision control. Look in your
>>> ~/.subversion/config for the ignore list.
>>>
>>> -steve
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-07 22:28:28 CET

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.