Re: git-svn bridge and line endings

2016-08-23 Thread Torsten Bögershausen
On 23.08.16 19:50, Lucian Smith wrote: > On Tue, Aug 23, 2016 at 10:36 AM, Julian Phillips > wrote: >> On 23/08/2016 17:14, Lucian Smith wrote: >>> >>> Thanks for the quick responses! >>> >>> My situation is that the git side is entirely whatever github.org is >>> running; presumably the latest st

Re: git-svn bridge and line endings

2016-08-23 Thread Julian Phillips
On 23/08/2016 17:14, Lucian Smith wrote: Thanks for the quick responses! My situation is that the git side is entirely whatever github.org is running; presumably the latest stable version? They provide a URL for repositories hosted there that can be accessed by an SVN client--somewhere on githu

Re: git-svn bridge and line endings

2016-08-23 Thread Lucian Smith
On Tue, Aug 23, 2016 at 10:36 AM, Julian Phillips wrote: > On 23/08/2016 17:14, Lucian Smith wrote: >> >> Thanks for the quick responses! >> >> My situation is that the git side is entirely whatever github.org is >> running; presumably the latest stable version? They provide a URL for >> reposito

Re: git-svn bridge and line endings

2016-08-23 Thread Lucian Smith
Windows doesn't have any problem reading files with any form of crlf. The main issue we have run into thus far is that if I create a new file in Windows, it's going to have crlf, and if I check it in that way through this svn process, the file is then stored with crlfs, which git does not expect.

Re: git-svn bridge and line endings

2016-08-23 Thread Junio C Hamano
Lucian Smith writes: > The setup is that we have a git repository on github, and I've checked > out a branch on my Windows machine using Tortoise svn. I make > changes, commit them, and the branch is updated. In general, this > works fine. Hmph, doesn't Windows port ship with core.autocrlf the

Re: git-svn bridge and line endings

2016-08-23 Thread Lucian Smith
On Tue, Aug 23, 2016 at 9:43 AM, Torsten Bögershausen wrote: > On Mon, Aug 22, 2016 at 05:04:47PM -0700, Lucian Smith wrote: >> I'm attempting to use the git-svn bridge, and am having problems with >> line endings on Windows. >> >> The setup is that we have a git repository on github, and I've che

Re: git-svn bridge and line endings

2016-08-23 Thread Torsten Bögershausen
On Mon, Aug 22, 2016 at 05:04:47PM -0700, Lucian Smith wrote: > I'm attempting to use the git-svn bridge, and am having problems with > line endings on Windows. > > The setup is that we have a git repository on github, and I've checked > out a branch on my Windows machine using Tortoise svn. I ma

Re: git-svn bridge and line endings

2016-08-23 Thread Lucian Smith
Thanks for the quick responses! My situation is that the git side is entirely whatever github.org is running; presumably the latest stable version? They provide a URL for repositories hosted there that can be accessed by an SVN client--somewhere on github is the 'git-svn bridge' (as I understand

Re: git-svn bridge and line endings

2016-08-22 Thread Eric Wong
Alfred Perlstein wrote: > I hadn't anticipated there be to translation between svn props and > .gitattributes, it sounds a bit messy but possible, that said, is it > not possible to commit .gitattribute files to the svn repo? Even in > FreeBSD land such small token files are permitted. I'm not s

Re: git-svn bridge and line endings

2016-08-22 Thread Alfred Perlstein
On 8/22/16 8:07 PM, Eric Wong wrote: Adding Alfred to the Cc:, more below... Lucian Smith wrote: I'm attempting to use the git-svn bridge, and am having problems with line endings on Windows. The setup is that we have a git repository on github, and I've checked out a branch on my Windows m

Re: git-svn bridge and line endings

2016-08-22 Thread Eric Wong
Adding Alfred to the Cc:, more below... Lucian Smith wrote: > I'm attempting to use the git-svn bridge, and am having problems with > line endings on Windows. > > The setup is that we have a git repository on github, and I've checked > out a branch on my Windows machine using Tortoise svn. I ma

Re: git-svn bridge and line endings

2016-08-22 Thread Lucian Smith
I'm attempting to use the git-svn bridge, and am having problems with line endings on Windows. The setup is that we have a git repository on github, and I've checked out a branch on my Windows machine using Tortoise svn. I make changes, commit them, and the branch is updated. In general, this wo