You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Näslund <da...@longitudo.com> on 2010/08/09 08:30:01 UTC

GSoC coming to an end

Hi!

The "soft" deadline for GSoC 2010 is today. Not much time left then... 

What has been accomplished:

* A parseable diff format for properties.
* svn patch can apply properties
* We have Python tests for applying properties.
* svn diff can create 'git diffs when passed a special flag.
* C-unit tests for parsing properties and git diffs.
* Python-tests for svn diff to create git diffs.

What is left:

* Extensive test coverage for the properties code.
* Make the git unidiff format the standard format for diffs.
* Record copies for URL->WC and URL->URL.
* Record moves for WC->WC, URL->WC, URL->URL.
* Actually apply the git diffs with 'svn patch'.

Thanks,
Daniel

Re: GSoC coming to an end

Posted by Branko Čibej <br...@xbc.nu>.
On 09.08.2010 10:30, Daniel Näslund wrote:
> Hi!
>
> The "soft" deadline for GSoC 2010 is today. Not much time left then... 
>
> What has been accomplished:
>
> * A parseable diff format for properties.
> * svn patch can apply properties
> * We have Python tests for applying properties.
> * svn diff can create 'git diffs when passed a special flag.
> * C-unit tests for parsing properties and git diffs.
> * Python-tests for svn diff to create git diffs.
>
> What is left:
>
> * Extensive test coverage for the properties code.
> * Make the git unidiff format the standard format for diffs.
> * Record copies for URL->WC and URL->URL.
> * Record moves for WC->WC, URL->WC, URL->URL.
> * Actually apply the git diffs with 'svn patch'.
>   

Brilliant! I hope you'll find time after the SoC to finish some of these
missing bits. :)