Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Introduction

GitHub to the rescue :-)

GitHub supports SVN, you can access any github repo with SVN:

$ svn log https://github.com/eclipse-ease-addons/engines.git
------------------------------------------------------------------------
r22 | christian.pontesegger | 2017-01-13 08:10:54 +0000 (Fri, 13 Jan
2017) | 3 lines

Bug 510410: Release preparations for v0.5.0

  upgrade version to 0.5.0
------------------------------------------------------------------------
r21 | christian.pontesegger | 2016-11-24 13:03:59 +0000 (Thu, 24 Nov
2016) | 4 lines

Project cleanup
-- snip--

More info
https://help.github.com/articles/support-for-subversion-clients/


As for tests, you can spin up a jgit http server within JUnit runtime
if you want to have some automatic tests without reliance on external
resources.

Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 22 March 2017 at 22:03, Christian Pontesegger
<christian.pontesegger@xxxxxx> wrote:
> Good question!
>
> For gerrit we can take the ease scripts repo as you mentioned. Github is
> also quite simple as we may create a test project there. I already host a
> repo for additional script engines at github, we can open a second one for
> test scripts. For SVN this might get harder. I am not aware of any free
> hosters. Possibly google knows about some.
>
> For testing I would opt to not add these tests to the automated build. At
> least I would be careful to bind build results on the availability of
> external servers. At least at first I would rather have these tests manually
> triggered.
>
> Christian
>
>
> On 22.03.2017 20:40, Utsav Oza wrote:
>>
>> Hello,
>>
>> What scripts shoud we test our implementation against in each case i.e for
>> GitHub, Git/Gerrit and SVN repositories ? Since we would have to provide
>> unit tests, we would require to have sample scripts in each of the these
>> repositories. There is currently a Git repository that hosts EASE sample
>> scripts. Are there any EASE repositories on GitHub and SVN that hosts sample
>> scripts in order to provide unit tests for their parsers ?
>>
>> Thanks
>> Utsav Oza
>>
>
> _______________________________________________
> ease-dev mailing list
> ease-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top