Robert Swain wrote:

[...]

> - Make a directory for your work and commit it:
> cd soc
> mkdir mxf
> svn add mxf
> svn commit
>
>   

Ben's already done that part

> - Add your code
> cd mxf
> cp /path/to/mxf.c .
> svn add mxf.c
> svn commit
>
> Then just make changes, use svn diff to make diffs (or you can have a
> git repository within your svn repository and use git-format-patch or
> whatever) and commit.
>
>   

-- 
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to