Adding a new file to a patch work flow problem
From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-12-17 21:22:47 CET
I came across this problem when I was submitting a patch against
Workflow:
1. create patch that adds a file
> prompt addbug:$S
addbug: if exist repo rmdir /s /q repo
addbug: if exist wc1 rmdir /s /q wc1
addbug: if exist wc2 rmdir /s /q wc2
addbug: svnadmin create repo
addbug: svn mkdir file:///l:/subversion/bugs/repo/fred -m blah1
Committed revision 1.
addbug: rem work on patch for fred
addbug: svn co file:///l:/subversion/bugs/repo/fred wc1
addbug: echo file1 1>wc1/file1.txt
addbug: svn add wc1/file1.txt
addbug: rem merge patch for fred
addbug: svn co file:///l:/subversion/bugs/repo/fred wc2
addbug: echo file1 1>wc2/file1.txt
addbug: svn add wc2/file1.txt
addbug: svn ci wc2 -m blah2
addbug: rem see if patch was done as submitted
addbug: svn update wc1
addbug: endlocal
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.