Re: svn diff and new files

2006-08-15 Thread Joakim Erdfelt
Using "svn add foo" "svn diff" - Works with new text files. If you add binary files (images, archives, datafiles) you'll need to use something else (tar.gz, zip) to get those files into the patch. - Joakim Vincent Siveton wrote: Hi Bernd, You need to add new files in your working dir before

Re: svn diff and new files

2006-08-15 Thread Franz Allan Valencia See
Good day to you, Bernd, I don't know if what I'm doing is the preferred way, but you can add new files using svn add. And if you're using Windows, you may want to try TortoiseSVN to ease some SVN tasks (I'm not sure if there is a version for other platforms). I usually just use svn for diff, upd

Re: svn diff and new files

2006-08-15 Thread Vincent Siveton
Hi Bernd, You need to add new files in your working dir before the patch [1], something like the following: svn add path/to/foo.txt svn diff > my.diff Cheers, Vincent [1] http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.add.html 2006/8/15, berndq <[EMAIL PROTECTED]>: Hi, as svn diff doe

svn diff and new files

2006-08-15 Thread berndq
Hi, as svn diff does not include new files (AFAIK), what is the preferred way to upload a patch that contains new files? Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]