On Fri, Jun 21, 2013 at 7:03 PM, Johan Corveleyn wrote:
> On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman
> 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 h
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 wit
On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman
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 would just start
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,
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 b
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 fo
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 repo