Re: upgrading source code in local repository

2011-08-04 Thread Michael Diers
On 2011-08-03 06:10, Ryan Schmidt wrote: [...] I think perhaps you still misunderstand. Correct, svn_load_dirs.pl does not preserve your local changes. That's not its job. You never run svn_load_dirs.pl on directories or parts of the repository that contain any changes. You only run them on

Re: upgrading source code in local repository

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 18:11, Michael Diers wrote: On 2011-08-03 06:10, Ryan Schmidt wrote: [...] I think perhaps you still misunderstand. Correct, svn_load_dirs.pl does not preserve your local changes. That's not its job. You never run svn_load_dirs.pl on directories or parts of the repository

RE: upgrading source code in local repository

2011-08-02 Thread Brecht Ameije
On Monday 1 Aug 2011, Ulrich Eckhardt wrote: On Friday 29 July 2011, Brecht Ameije wrote: I read the referred page in the book, indeed: the script svn_load_dirs.pl is exactly what I need. It implements the steps that I did by hand. There is one thing that took me a while to understand

Re: upgrading source code in local repository

2011-08-02 Thread Ryan Schmidt
On Aug 1, 2011, at 05:31, Ulrich Eckhardt wrote: On Friday 29 July 2011, Brecht Ameije wrote: I read the referred page in the book, indeed: the script svn_load_dirs.pl is exactly what I need. It implements the steps that I did by hand. There is one thing that took me a while to understand

Re: upgrading source code in local repository

2011-08-01 Thread Ulrich Eckhardt
On Friday 29 July 2011, Brecht Ameije wrote: I read the referred page in the book, indeed: the script svn_load_dirs.pl is exactly what I need. It implements the steps that I did by hand. There is one thing that took me a while to understand when starting to use that: This doesn't preserve your

Re: upgrading source code in local repository

2011-08-01 Thread Stefan Sperling
On Mon, Aug 01, 2011 at 04:47:50PM +0200, Andreas Krey wrote: On Fri, 29 Jul 2011 19:17:36 +, Brecht Ameije wrote: ... But when I try it, I doesn't work as flawless as I thought it would: It dumps a list with all added/deleted files and gives each of them a number. Than you have to

upgrading source code in local repository

2011-07-29 Thread Brecht Ameije
Hi, I'm using svn about one year now, but this issue is something that keeps bothering me. I'm working on a project with embedded devices running busybox. As I'm making some changes to the busybox source code (tweaking some hard coded parameters rather than changing actual code), I'm keeping the

Re: upgrading source code in local repository

2011-07-29 Thread Andy Levy
On Fri, Jul 29, 2011 at 04:19, Brecht Ameije b...@abm.be wrote: Hi, I'm using svn about one year now, but this issue is something that keeps bothering me. I'm working on a project with embedded devices running busybox. As I'm making some changes to the busybox source code (tweaking some

RE: upgrading source code in local repository

2011-07-29 Thread Brecht Ameije
On Fri, Jul 29, 2011 at 15:53, Andy Levy andy.l...@gmail.com wrote: On Fri, Jul 29, 2011 at 04:19, Brecht Ameije b...@abm.be wrote: Hi, I'm using svn about one year now, but this issue is something that keeps bothering me. I'm working on a project with embedded devices running busybox. As