http://stackoverflow.com/questions/2127429/can-i-make-git-svn-handle-svneol-style

Seems to be doable, I'll take a look. It should be an svn commit hook
though, not a build time check?

D.

On Wed, Sep 5, 2012 at 2:17 PM, Robert Muir <[email protected]> wrote:
> On Wed, Sep 5, 2012 at 8:14 AM, Dawid Weiss <[email protected]> wrote:
>>> C:\Jenkins\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:110: The 
>>> following files are missing svn:eol-style (or binary svn:mime-type):
>>
>> This prevents people from using alternate workflows (not using svn but
>> git-svn for example). Can we not check svn properties but the contents
>> instead? I know svn but I'd rather not use it.
>>
>
> its really necessary or it makes for huge problems with people using
> windows vs. linux and so on.
> personally I was tired of fixing this stuff before releases, so we
> worked on a checker.
>
> can you not configure your git-svn or whatever to add eol-style here?
> surely it has a configuration
> somewhere, for e.g. *.java. if not then its a bug in git.
>
> I did this by adding:
>
> *.sha1 = svn:eol-style=native
>
> to my ~/.subversion/config
>
>
> --
> lucidworks.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to