|
| Can i compare 2 drivers? |
 |
Tue, 29 Apr 2008 14:59:28 GMT |
I have a driver that somehow became a bit different from the prod and dev
instance. the driver has a fair amount of policies so eyeballing it is not
going to work.
is there a way i can somehow compare 2 drivers? i think one system is
using an opr-attr where it should use a src-attr. and i cannot find it.
|
| Post Reply
|
| Re: Can i compare 2 drivers? |
 |
Tue, 29 Apr 2008 15:17:24 GMT |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Have you compared the traces? If nothing else if it's one change at a
particular spot that should be fairly easy to find.
Also if the XML is exported in the same order something like 'meld' does
a great job comparing anything though it's not made to compare XML
directly. I'm still looking for a great free cross-platform XML
comparison utility. I've heard of some out there but haven't used any
so I cannot say conclusively what would do this perfectly.
Good luck.
Jeff Johnson wrote:
| I have a driver that somehow became a bit different from the prod and dev
| instance. the driver has a fair amount of policies so eyeballing it is not
| going to work.
|
| is there a way i can somehow compare 2 drivers? i think one system is
| using an opr-attr where it should use a src-attr. and i cannot find it.
|
| thanks!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIFzwC3s42bA80+9kRArhSAJ9RubOYUtS1miXiyawM0sYG5oOe7wCeM7VK
/wevFM4ecp4lcI3UxQ57rVg=
=QbeO
|
| Post Reply
|
| Re: Can i compare 2 drivers? |
 |
Tue, 29 Apr 2008 17:31:13 GMT |
there are just a lot of rules in this driver and i am not totally sure
where the mismatch is. i think i am going to have to just go through hand
by hand :( thanks!
On Tue, 29 Apr 2008 15:17:24 +0000, ab@novell.com wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Have you compared the traces? If nothing else if it's one change at a
> particular spot that should be fairly easy to find.
>
> Also if the XML is exported in the same order something like 'meld' does
> a great job comparing anything though it's not made to compare XML
> directly. I'm still looking for a great free cross-platform XML
> comparison utility. I've heard of some out there but haven't used any
> so I cannot say conclusively what would do this perfectly.
>
> Good luck.
>
>
>
>
>
> Jeff Johnson wrote:
> | I have a driver that somehow became a bit different from the prod and
dev
> | instance. the driver has a fair amount of policies so eyeballing it is
not
> | going to work.
> |
> | is there a way i can somehow compare 2 drivers? i think one system is
> | using an opr-attr where it should use a src-attr. and i cannot find it.
> |
> | thanks!
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFIFzwC3s42bA80+9kRArhSAJ9RubOYUtS1miXiyawM0sYG5oOe7wCeM7VK
> /wevFM4ecp4lcI3UxQ57rVg=
> =QbeO
|
| Post Reply
|
| Re: Can i compare 2 drivers? |
 |
Tue, 29 Apr 2008 17:52:23 GMT |
Currently there isn't any easy way to compare two drivers in a Designer
project. We do have a compare framework planned for the future.
You could export each driver to config file and then compare the two .xml
files with another utility.
You could also try deploying both drivers to your dev system, then rename
one driver temporarily and do a live compare. For example, deploy Driver-Dev
and Driver-Prod to your dev server, then rename Driver-Dev to Driver-Prod
and select Live->Compare.
>>> On 4/29/2008 at 11:31 AM, in message
<BXIRj.8315$Dh4.6886@kovat.provo.novell.com>, Jeff
Johnson<jedijeff@gmail.com> wrote:
> there are just a lot of rules in this driver and i am not totally sure
> where the mismatch is. i think i am going to have to just go through
> hand
> by hand :( thanks!
>
> On Tue, 29 Apr 2008 15:17:24 +0000, ab@novell.com wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Have you compared the traces? If nothing else if it's one change at a
>> particular spot that should be fairly easy to find.
>>
>> Also if the XML is exported in the same order something like 'meld'
does
>> a great job comparing anything though it's not made to compare XML
>> directly. I'm still looking for a great free cross-platform XML
>> comparison utility. I've heard of some out there but haven't used any
>> so I cannot say conclusively what would do this perfectly.
>>
>> Good luck.
>>
>>
>>
>>
>>
>> Jeff Johnson wrote:
>> | I have a driver that somehow became a bit different from the prod and
> dev
>> | instance. the driver has a fair amount of policies so eyeballing it
is
> not
>> | going to work.
>> |
>> | is there a way i can somehow compare 2 drivers? i think one system
is
>> | using an opr-attr where it should use a src-attr. and i cannot find
it.
>> |
>> | thanks!
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.2 (GNU/Linux)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>
>> iD8DBQFIFzwC3s42bA80+9kRArhSAJ9RubOYUtS1miXiyawM0sYG5oOe7wCeM7VK
>> /wevFM4ecp4lcI3UxQ57rVg=
>> =QbeO
|
| Post Reply
|
| Re: Can i compare 2 drivers? |
 |
Tue, 29 Apr 2008 18:11:20 GMT |
that import and live-compare is a great idea brady!!!!
On Tue, 29 Apr 2008 17:52:23 +0000, Brady Rogers wrote:
> Currently there isn't any easy way to compare two drivers in a Designer
> project. We do have a compare framework planned for the future.
>
> You could export each driver to config file and then compare the two .xml
> files with another utility.
>
> You could also try deploying both drivers to your dev system, then rename
> one driver temporarily and do a live compare. For example, deploy
Driver-Dev
> and Driver-Prod to your dev server, then rename Driver-Dev to Driver-Prod
> and select Live->Compare.
>
>>>> On 4/29/2008 at 11:31 AM, in message
> <BXIRj.8315$Dh4.6886@kovat.provo.novell.com>, Jeff
> Johnson<jedijeff@gmail.com> wrote:
>> there are just a lot of rules in this driver and i am not totally sure
>> where the mismatch is. i think i am going to have to just go through
>> hand
>> by hand :( thanks!
>>
>> On Tue, 29 Apr 2008 15:17:24 +0000, ab@novell.com wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Have you compared the traces? If nothing else if it's one change
at a
>>> particular spot that should be fairly easy to find.
>>>
>>> Also if the XML is exported in the same order something like 'meld'
does
>>> a great job comparing anything though it's not made to compare XML
>>> directly. I'm still looking for a great free cross-platform XML
>>> comparison utility. I've heard of some out there but haven't used
any
>>> so I cannot say conclusively what would do this perfectly.
>>>
>>> Good luck.
>>>
>>>
>>>
>>>
>>>
>>> Jeff Johnson wrote:
>>> | I have a driver that somehow became a bit different from the prod
and
>> dev
>>> | instance. the driver has a fair amount of policies so eyeballing
it is
>
>> not
>>> | going to work.
>>> |
>>> | is there a way i can somehow compare 2 drivers? i think one
system is
>>> | using an opr-attr where it should use a src-attr. and i cannot
find
> it.
>>> |
>>> | thanks!
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.4.2 (GNU/Linux)
>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>>
>>> iD8DBQFIFzwC3s42bA80+9kRArhSAJ9RubOYUtS1miXiyawM0sYG5oOe7wCeM7VK
>>> /wevFM4ecp4lcI3UxQ57rVg=
>>> =QbeO
|
| Post Reply
|
|
|
|
|
|
|
|
|
|