You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2010/12/16 19:00:31 UTC

Re: svn commit: r1050053 - in /ofbiz/trunk: applications/securityext/ applications/securityext/data/ framework/security/ framework/security/data/

On 12/16/2010 10:45 AM, adrianc@apache.org wrote:
> Author: adrianc
> Date: Thu Dec 16 16:45:47 2010
> New Revision: 1050053
>
> URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
> Log:
> Moved some security related demo data from the applications/securityext folder to the framework/security folder. This change accommodates logging in as admin in a framework-only demo installation.
>
> Added:
>      ofbiz/trunk/framework/security/data/PasswordSecurityData.xml   (with props)
>      ofbiz/trunk/framework/security/data/SecurityDemoData.xml   (with props)
> Removed:
>      ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
> Modified:
>      ofbiz/trunk/applications/securityext/data/UserDemoData.xml
>      ofbiz/trunk/applications/securityext/ofbiz-component.xml
>      ofbiz/trunk/framework/security/ofbiz-component.xml

Minor nit-pick.  It would have been better to do an svn mv of 
PasswordSecurityData.xml.  Git doesn't care about files changing their 
name/location, but svn tries to track such rename metadata.

Re: svn commit: r1050053 - in /ofbiz/trunk: applications/securityext/ applications/securityext/data/ framework/security/ framework/security/data/

Posted by Adam Heath <do...@brainfood.com>.
On 12/16/2010 12:10 PM, Adrian Crum wrote:
> On 12/16/2010 10:00 AM, Adam Heath wrote:
>> On 12/16/2010 10:45 AM, adrianc@apache.org wrote:
>>> Author: adrianc
>>> Date: Thu Dec 16 16:45:47 2010
>>> New Revision: 1050053
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
>>> Log:
>>> Moved some security related demo data from the
>>> applications/securityext folder to the framework/security folder. This
>>> change accommodates logging in as admin in a framework-only demo
>>> installation.
>>>
>>> Added:
>>> ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (with
>>> props)
>>> ofbiz/trunk/framework/security/data/SecurityDemoData.xml (with props)
>>> Removed:
>>> ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
>>> Modified:
>>> ofbiz/trunk/applications/securityext/data/UserDemoData.xml
>>> ofbiz/trunk/applications/securityext/ofbiz-component.xml
>>> ofbiz/trunk/framework/security/ofbiz-component.xml
>>
>> Minor nit-pick. It would have been better to do an svn mv of
>> PasswordSecurityData.xml. Git doesn't care about files changing their
>> name/location, but svn tries to track such rename metadata.
>
> I wanted to do that, but my SVN client didn't understand it. I'll try to
> get it to work later, then do a revert and move.

Please don't do a revert, just to fix this.  It's not a major thing, 
and a revert just adds more noise into the history.

Re: svn commit: r1050053 - in /ofbiz/trunk: applications/securityext/ applications/securityext/data/ framework/security/ framework/security/data/

Posted by Jacques Le Roux <ja...@les7arts.com>.
From: "Adrian Crum" <ad...@hlmksw.com>
> On 12/16/2010 10:33 AM, Jacques Le Roux wrote:
>> From: "Adrian Crum" <ad...@hlmksw.com>
>>> On 12/16/2010 10:00 AM, Adam Heath wrote:
>>>> On 12/16/2010 10:45 AM, adrianc@apache.org wrote:
>>>>> Author: adrianc
>>>>> Date: Thu Dec 16 16:45:47 2010
>>>>> New Revision: 1050053
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
>>>>> Log:
>>>>> Moved some security related demo data from the
>>>>> applications/securityext folder to the framework/security folder. This
>>>>> change accommodates logging in as admin in a framework-only demo
>>>>> installation.
>>>>>
>>>>> Added:
>>>>> ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (with
>>>>> props)
>>>>> ofbiz/trunk/framework/security/data/SecurityDemoData.xml (with props)
>>>>> Removed:
>>>>> ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
>>>>> Modified:
>>>>> ofbiz/trunk/applications/securityext/data/UserDemoData.xml
>>>>> ofbiz/trunk/applications/securityext/ofbiz-component.xml
>>>>> ofbiz/trunk/framework/security/ofbiz-component.xml
>>>>
>>>> Minor nit-pick. It would have been better to do an svn mv of
>>>> PasswordSecurityData.xml. Git doesn't care about files changing their
>>>> name/location, but svn tries to track such rename metadata.
>>>
>>> I wanted to do that, but my SVN client didn't understand it. I'll try
>>> to get it to work later, then do a revert and move.
>>
>> Adrian, if ever you use Toirtoise, try right-click and drag and drop.
>> The popup menu will have a 'SVN move versioned files here' option.
> 
> That's what I use. Thanks for the tip!


BTW, IIRW you can do the same thing inside Eclipse with Subclipse. It's even easier, and not platform dependent.

Jacques


Re: svn commit: r1050053 - in /ofbiz/trunk: applications/securityext/ applications/securityext/data/ framework/security/ framework/security/data/

Posted by Adrian Crum <ad...@hlmksw.com>.
On 12/16/2010 10:33 AM, Jacques Le Roux wrote:
> From: "Adrian Crum" <ad...@hlmksw.com>
>> On 12/16/2010 10:00 AM, Adam Heath wrote:
>>> On 12/16/2010 10:45 AM, adrianc@apache.org wrote:
>>>> Author: adrianc
>>>> Date: Thu Dec 16 16:45:47 2010
>>>> New Revision: 1050053
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
>>>> Log:
>>>> Moved some security related demo data from the
>>>> applications/securityext folder to the framework/security folder. This
>>>> change accommodates logging in as admin in a framework-only demo
>>>> installation.
>>>>
>>>> Added:
>>>> ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (with
>>>> props)
>>>> ofbiz/trunk/framework/security/data/SecurityDemoData.xml (with props)
>>>> Removed:
>>>> ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
>>>> Modified:
>>>> ofbiz/trunk/applications/securityext/data/UserDemoData.xml
>>>> ofbiz/trunk/applications/securityext/ofbiz-component.xml
>>>> ofbiz/trunk/framework/security/ofbiz-component.xml
>>>
>>> Minor nit-pick. It would have been better to do an svn mv of
>>> PasswordSecurityData.xml. Git doesn't care about files changing their
>>> name/location, but svn tries to track such rename metadata.
>>
>> I wanted to do that, but my SVN client didn't understand it. I'll try
>> to get it to work later, then do a revert and move.
>
> Adrian, if ever you use Toirtoise, try right-click and drag and drop.
> The popup menu will have a 'SVN move versioned files here' option.

That's what I use. Thanks for the tip!

Re: svn commit: r1050053 - in /ofbiz/trunk: applications/securityext/ applications/securityext/data/ framework/security/ framework/security/data/

Posted by Jacques Le Roux <ja...@les7arts.com>.
From: "Adrian Crum" <ad...@hlmksw.com>
> On 12/16/2010 10:00 AM, Adam Heath wrote:
>> On 12/16/2010 10:45 AM, adrianc@apache.org wrote:
>>> Author: adrianc
>>> Date: Thu Dec 16 16:45:47 2010
>>> New Revision: 1050053
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
>>> Log:
>>> Moved some security related demo data from the
>>> applications/securityext folder to the framework/security folder. This
>>> change accommodates logging in as admin in a framework-only demo
>>> installation.
>>>
>>> Added:
>>> ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (with props)
>>> ofbiz/trunk/framework/security/data/SecurityDemoData.xml (with props)
>>> Removed:
>>> ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
>>> Modified:
>>> ofbiz/trunk/applications/securityext/data/UserDemoData.xml
>>> ofbiz/trunk/applications/securityext/ofbiz-component.xml
>>> ofbiz/trunk/framework/security/ofbiz-component.xml
>>
>> Minor nit-pick. It would have been better to do an svn mv of
>> PasswordSecurityData.xml. Git doesn't care about files changing their
>> name/location, but svn tries to track such rename metadata.
>
> I wanted to do that, but my SVN client didn't understand it. I'll try to get it to work later, then do a revert and move.

Adrian, if ever you use Toirtoise, try right-click and drag and drop. The popup menu will have a 'SVN move versioned files here' 
option.

Jacques
 



Re: svn commit: r1050053 - in /ofbiz/trunk: applications/securityext/ applications/securityext/data/ framework/security/ framework/security/data/

Posted by Adrian Crum <ad...@hlmksw.com>.
On 12/16/2010 10:00 AM, Adam Heath wrote:
> On 12/16/2010 10:45 AM, adrianc@apache.org wrote:
>> Author: adrianc
>> Date: Thu Dec 16 16:45:47 2010
>> New Revision: 1050053
>>
>> URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
>> Log:
>> Moved some security related demo data from the
>> applications/securityext folder to the framework/security folder. This
>> change accommodates logging in as admin in a framework-only demo
>> installation.
>>
>> Added:
>> ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (with props)
>> ofbiz/trunk/framework/security/data/SecurityDemoData.xml (with props)
>> Removed:
>> ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
>> Modified:
>> ofbiz/trunk/applications/securityext/data/UserDemoData.xml
>> ofbiz/trunk/applications/securityext/ofbiz-component.xml
>> ofbiz/trunk/framework/security/ofbiz-component.xml
>
> Minor nit-pick. It would have been better to do an svn mv of
> PasswordSecurityData.xml. Git doesn't care about files changing their
> name/location, but svn tries to track such rename metadata.

I wanted to do that, but my SVN client didn't understand it. I'll try to 
get it to work later, then do a revert and move.