Hi Riccardo Am 21.06.2014 um 13:00 schrieb Riccardo Mottola <[email protected]>:
> Hi, > > I have written my first patch to a package. Now when I try to commit > with mgar, it tells me "working directory contains untracked changes" > which is of course true. > > How do I commit the patch? it resides in "trunk/files" if you have *new* files in trunk/files you must first call `svn add FILE` on them. Afterwards you can commit with mgar commit which will commit the new files added before as well as any other modified file. Hth! -slow
