Patch Error and svk mirror depot
From: CMT Habitat <cmt.bin_at_gmail.com>
Date: Sun, 18 Jan 2009 17:26:21 +0100
Hi,
I have a Debian server with a mirror of the "OFBiz" trunk
When I implemented this version control solution, I didn't think of patching
If I create a patch, I type :
svk diff //mirror/vendorOfbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWrapper.java
And I have to modify my patch file to rewrite the path
--- ProductConfigWrapper.java (/mirror/vendorOfbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWrapper.java) (revision 7214)
to :
--- ProductConfigWrapper.java (applications/product/src/org/ofbiz/product/config/ProductConfigWrapper.java) (revision 7214)
When I have several modified files, I manually create my main patch adding each patch ( because I have another changes into a sub-directory).
Committers tell me :
* I guess you use a local repository because you have a revision 7215 number
Do you have a solution ?
Thank you very much in advance
Eric
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.