Re: Advice for changing filename case in SVN on case insensitive system

2013-06-22 Thread Branko Čibej
On 21.06.2013 23:48, Thomas Harold wrote: On 6/20/2013 6:56 PM, Geoff Hoffman wrote: deleting the file from Subversion, then adding the copy with the correct case. Question: Doesn't that blow away revision history? If I didn't care about revision history I would just start over with a fresh

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-22 Thread Andy Levy
On Fri, Jun 21, 2013 at 7:03 PM, Johan Corveleyn jcor...@gmail.com wrote: On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman ghoff...@cardinalpath.com wrote: Yes, that helps, Dave, thanks. But, deleting the file from Subversion, then adding the copy with the correct case. Question: Doesn't

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-21 Thread Thomas Harold
On 6/20/2013 6:56 PM, Geoff Hoffman wrote: deleting the file from Subversion, then adding the copy with the correct case. Question: Doesn't that blow away revision history? If I didn't care about revision history I would just start over with a fresh repo. If you use svn mv to do the change,

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-21 Thread Johan Corveleyn
On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman ghoff...@cardinalpath.com wrote: Yes, that helps, Dave, thanks. But, deleting the file from Subversion, then adding the copy with the correct case. Question: Doesn't that blow away revision history? If I didn't care about revision history I

Advice for changing filename case in SVN on case insensitive system

2013-06-20 Thread Geoff Hoffman
We have a bunch of Kohana 3.2 projects in revision control, all with lower case filenames. We're upgrading to Kohana 3.3; one of the main changes to Kohana 3.3 is implementing PSR-0 filename conventions, which require the class Model_Myclass to be found in Model/Myclass.php ... in our current

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-20 Thread Dave Huang
On 6/20/2013 5:34 PM, Geoff Hoffman wrote: We have a bunch of Kohana 3.2 projects in revision control, all with lower case filenames. We're upgrading to Kohana 3.3; one of the main changes to Kohana 3.3 is implementing PSR-0 filename conventions, which require the class Model_Myclass to be

Re: Advice for changing filename case in SVN on case insensitive system

2013-06-20 Thread Geoff Hoffman
Yes, that helps, Dave, thanks. But, deleting the file from Subversion, then adding the copy with the correct case. Question: Doesn't that blow away revision history? If I didn't care about revision history I would just start over with a fresh repo. I also thought about doing full URL svn mv's