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 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 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]