[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: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 7 Nov 2008 23:21:59 -0600

On Nov 7, 2008, at 15:58, Ilia wrote:

> I meant the svnbook... it does not mention *.so

Book feedback should be sent to the book mailing list :)

http://svnbook.org/

> ilia.
>
> On Fri, Nov 7, 2008 at 4:39 PM, Blair Zajac <blair_at_orcaware.com>
> wrote:
>> [Please always remember to cc the list on any replies].
>>
>> The list is kept up to date. I just did
>>
>> mv ~/.subversion ~/.s
>> svn co SOME_URL
>> grep global-ignores ~/.subversion/config
>>
>> and it contains the new list:
>>
>> # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a
>> *.pyc *.pyo
>> # *.rej *~ #*# .#* .*.swp .DS_Store
>>
>> which matches what's in the .h file. So I'm guessing you started
>> using svn
>> with an earlier release that didn't have as many ignored files.
>>
>> Regards,
>> Blair
>>
>> Ilia wrote:
>>>
>>> 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
>

---------------------------------------------------------------------
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-08 06:22:31 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.