[owslib-devel] owslib fork on github

Jachym Cepicky jachym.cepicky at gmail.com
Mon Jun 11 13:51:54 PDT 2012


Of course: if you need any help regarding setuping and working with
SVN, I (or we) might give you all support, we can offer. We all
understand, that the work is less fun, when you have a feeling, that
the system is not helping, just standing in the way.

Jachym

2012/6/11 Jachym Cepicky <jachym.cepicky at gmail.com>:
> Kyle,
>
> I'm glad, the tests are working and your work is approaching well, but
> if you will continue with the development any further, we will never be
> able to merge your useful changes back to SVN. Even I like GIT as well
> and see it's advantages over SVN, please accept, that SVN is *the*
> repository, where changes are made and GIT is only mirrored. If you want
> your patches to be submitted, please work on the svn-created branch.
> Once you (we all) consider it "done", we can move the changes between
> svn branches easy.
>
> There was already proposal to move the main source code tree to GIT and
> I think, once some finished release is out, nobody will be against it.
> Till than, could you please merge your last changes back to the created
> svn-branch, so we can evaluate the changes and put them to trunk?
>
> Thanks a lot for your work!
>
> Jachym
>
> P.S. There might be different way, how to track changes between two
> version systems (svn and git in this case). But I do not know any other,
> beside of making diffs manually in one (assuming, it is synchronized
> regular with the trunk branch (or master)) and applying them - again
> manually to the other system. This really takes all the advantage of
> distributed source code management out. Not speaking about fun. So if
> anybody is aware about some automatic way how to track those changes,
> please speak.
>
> Dne 11.6.2012 22:09, Cinquini, Luca (3880) napsal(a):
>> Hi Kyle,
>>
>> On Jun 11, 2012, at 2:00 PM, Kyle Wilcox wrote:
>>
>>> Thanks Jachym
>>>
>>> I just updated my 'trunk' branch on GitHub to be based on the most recent SVN trunk (r1882)
>>>
>>> Some of the commits to trunk in the past few days caused testing errors so changes (additional commits) were needed
>>>
>>> I also updated the WPS tests to go along with Tom's change to avoid parsing a WPS's GetCaps on init.
>>
>> I actually had already updated the WPS tests in SVN trunk for the same reason - it is likely to give you conflicts when merging, juts be aware...
>>
>> thanks, Luca
>>
>>>
>>> https://github.com/kwilcox/owslib/tree/trunk
>>>
>>> 66/66 tests passing,  /me is cheering
>>>
>>>> -----Original Message-----
>>>> From: Jachym Cepicky [mailto:jachym.cepicky at gmail.com]
>>>> Sent: Sunday, June 10, 2012 3:45 PM
>>>> To: Tom Kralidis
>>>> Cc: Kyle Wilcox; dominic.lowe at stfc.ac.uk; owslib-
>>>> devel at lists.sourceforge.net; derrick.snowden at noaa.gov; Sean Cowan
>>>> Subject: Re: [owslib-devel] owslib fork on github
>>>>
>>>> Hi Tom and Kyle,
>>>>
>>>> one more commit, more stuff should be there, please check r1881
>>>>
>>>> Hope, it looks well now
>>>>
>>>> Jachym
>>>>
>>>> Dne 8.6.2012 22:34, Tom Kralidis napsal(a):
>>>>>
>>>>> Kyle: Jachym applied this patch in an svn branch
>>>> (https://owslib.svn.sourceforge.net/svnroot/owslib/branches/kyle-github/),
>>>> but it appears that some files did not get through/got deleted/got added.
>>>>>
>>>>> Anyone know of other ways to successfully apply a git patch from github to
>>>> svn?
>>>>>
>>>>> Kyle's fork provides some much needed test fixes and SensorML/SOS
>>>> additions, and overall cleanup, so any advice here would be appreciated.
>>>>>
>>>>> Thanks
>>>>>
>>>>> ..Tom
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> From: KWilcox at asascience.com
>>>>> To: tomkralidis at hotmail.com; jachym.cepicky at gmail.com
>>>>> CC: dominic.lowe at stfc.ac.uk; owslib-devel at lists.sourceforge.net;
>>>>> derrick.snowden at noaa.gov; SCowan at asascience.com
>>>>> Date: Wed, 6 Jun 2012 17:53:42 -0400
>>>>> Subject: RE: [owslib-devel] owslib fork on github
>>>>>
>>>>> I’ve branched my code from master so it might be easier to integrate
>>>>> into SVN.  Here are the
>>>>> commits:https://github.com/kwilcox/owslib/commits/trunk And the diff
>>>>> from the current SVN trunk (r1873) is here:
>>>>> https://github.com/downloads/kwilcox/owslib/diff  From: Tom Kralidis
>>>>> [mailto:tomkralidis at hotmail.com]
>>>>> Sent: Wednesday, June 06, 2012 8:02 AM
>>>>> To: jachym.cepicky at gmail.com
>>>>> Cc: Kyle Wilcox; dominic.lowe at stfc.ac.uk;
>>>>> owslib-devel at lists.sourceforge.net; derrick.snowden at noaa.gov; Sean
>>>>> Cowan
>>>>> Subject: RE: [owslib-devel] owslib fork on github
>>>>> Jachym: agreed, although I've had my share of issues with git diffs in svn.
>>>>>
>>>>> Kyle: can you provide a diff based on current git master?
>>>>>
>>>>> Thanks
>>>>>
>>>>> ..Tom
>>>>>
>>>>>> Date: Tue, 5 Jun 2012 20:32:37 +0200
>>>>>> From: jachym.cepicky at gmail.com
>>>>>> To: tomkralidis at hotmail.com
>>>>>> CC: kwilcox at asascience.com; dominic.lowe at stfc.ac.uk;
>>>>>> owslib-devel at lists.sourceforge.net; derrick.snowden at noaa.gov;
>>>>>> scowan at asascience.com
>>>>>> Subject: Re: [owslib-devel] owslib fork on github
>>>>>>
>>>>>> diff ?
>>>>>>
>>>>>> J
>>>>>>
>>>>>> Dne 5.6.2012 18:07, Tom Kralidis napsal(a):
>>>>>>>
>>>>>>> Kyle: thanks for this valuable contribution.
>>>>>>>
>>>>>>> Since the root codebase is on SVN, does anyone know how we can make
>>>> this into an SVN patch against which to review?
>>>>>>>
>>>>>>> ..Tom
>>>>>>>
>>>>>>>
>>>>>>>> From: KWilcox at asascience.com
>>>>>>>> To: dominic.lowe at stfc.ac.uk
>>>>>>>> Date: Tue, 22 May 2012 11:23:39 -0400
>>>>>>>> CC: owslib-devel at lists.sourceforge.net; Derrick.Snowden at noaa.gov;
>>>>>>>> SCowan at asascience.com
>>>>>>>> Subject: Re: [owslib-devel] owslib fork on github
>>>>>>>>
>>>>>>>> Tom pointed us at the two SOS branches in SVN and we reused what
>>>> code was relevant. The SOS support follows the same design pattern as the
>>>> other OWS services and should look familiar to the developers.
>>>>>>>>
>>>>>>>>> -----Original Message-----
>>>>>>>>> From: Dominic Lowe [mailto:dominic.lowe at stfc.ac.uk]
>>>>>>>>> Sent: Tuesday, May 22, 2012 10:16 AM
>>>>>>>>> To: Kyle Wilcox
>>>>>>>>> Cc: owslib-devel at lists.sourceforge.net; Derrick.Snowden at noaa.gov;
>>>>>>>>> Sean Cowan
>>>>>>>>> Subject: Re: [owslib-devel] owslib fork on github
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> This is great, it would be good to get this merged into the trunk.
>>>>>>>>> Tom, didn't you start work on SOS support a while back?
>>>>>>>>>
>>>>>>>>> Is this a completely new implementation or does it use some of the
>>>>>>>>> old SOS code (which was in a branch).
>>>>>>>>>
>>>>>>>>> Either way, I think it would be great to add SOS support to
>>>>>>>>> OWSLib. And cleaning up the tests is a big favour...
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> Dom
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 18/05/12 16:42, KWilcox at asascience.com wrote:
>>>>>>>>>> Hello all -
>>>>>>>>>>
>>>>>>>>>> Thanks to funding from the NOAA IOOS Program we have been able
>>>> to
>>>>>>>>>> do some work on owslib here: https://github.com/kwilcox/owslib
>>>>>>>>>>
>>>>>>>>>> Some things that are on the fork:
>>>>>>>>>>
>>>>>>>>>> 1.) Cleaned up the tests and made sure they are all passing
>>>>>>>>>> 2.) Using py.test for the test runner
>>>>>>>>>> 3.) Organized the tests and testing resources
>>>>>>>>>> 4.) Support for SOS 1.0
>>>>>>>>>> GetCapabilities/DescribeSensor/GetObservation
>>>>>>>>>>
>>>>>>>>>> Some things that are planned in the next few weeks:
>>>>>>>>>>
>>>>>>>>>> 5.) Support for SOS 2.0
>>>>>>>>>> GetCapabilities/DescribeSensor/GetObservation
>>>>>>>>>> 6.) Normalize the namespace lookup library wide
>>>>>>>>>> 7.) Abstract all of the GetCapabilitiesReader classes into a
>>>>>>>>>> parent class (WMSCapabilitiesReader, WFSCapabilitiesReader x 3,
>>>>>>>>>> WCSCapabilitiesReader, SosCapabilitiesReader)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> We would like to eventually get this merged into trunk for
>>>>>>>>>> everyone to
>>>>>>>>> enjoy, comments or suggestions are welcome, thanks!
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -----------------------------------------------------------------
>>>>>>>>>> -----
>>>>>>>>>> --------
>>>>>>>>>> Live Security Virtual Conference
>>>>>>>>>> Exclusive live event will cover all the ways today's security and
>>>>>>>>>> threat landscape has changed and how IT managers can respond.
>>>>>>>>>> Discussions will include endpoint security, mobile security and
>>>>>>>>>> the latest in malware threats.
>>>>>>>>>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>>>>>>>> _______________________________________________
>>>>>>>>>> owslib-devel mailing list
>>>>>>>>>> owslib-devel at lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Scanned by iCritical.
>>>>>>>> -------------------------------------------------------------------
>>>>>>>> -----------
>>>>>>>> Live Security Virtual Conference
>>>>>>>> Exclusive live event will cover all the ways today's security and
>>>>>>>> threat landscape has changed and how IT managers can respond.
>>>>>>>> Discussions will include endpoint security, mobile security and the
>>>>>>>> latest in malware threats.
>>>>>>>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>>>>>> _______________________________________________
>>>>>>>> owslib-devel mailing list
>>>>>>>> owslib-devel at lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --------------------------------------------------------------------
>>>>>>> ----------
>>>>>>> Live Security Virtual Conference
>>>>>>> Exclusive live event will cover all the ways today's security and
>>>>>>> threat landscape has changed and how IT managers can respond.
>>>>>>> Discussions will include endpoint security, mobile security and the
>>>>>>> latest in malware threats.
>>>>>>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> owslib-devel mailing list
>>>>>>> owslib-devel at lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>>>>>>
>>>>>> --
>>>>>> Jachym Cepicky
>>>>>> Help Service - Remote Sensing s.r.o.
>>>>>> jachym.cepicky at gmail.com | jachym at hsrs.cz http://les-ejk.cz |
>>>>>> http://bnhelp.cz
>>>>>>
>>>>
>>>> --
>>>> Jachym Cepicky
>>>> Help Service - Remote Sensing s.r.o.
>>>> jachym.cepicky at gmail.com | jachym at hsrs.cz http://les-ejk.cz |
>>>> http://bnhelp.cz
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> owslib-devel mailing list
>>> owslib-devel at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/owslib-devel
>>
>
> --
> Jachym Cepicky
> Help Service - Remote Sensing s.r.o.
> jachym.cepicky at gmail.com | jachym at hsrs.cz
> http://les-ejk.cz | http://bnhelp.cz
>



-- 
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/pgp/JachymCepicky.pgp




More information about the OWSLib-devel mailing list