Thank you Andy,
I'll look into it.
:-)
-Martin
-----Original Message-----
From: Andy Levy [mailto:andy.levy_at_gmail.com]
Sent: 27 octobre 2008 12:00
To: users_at_tortoisesvn.tigris.org
Subject: Re: Usign Patch for local back-up.
On Mon, Oct 27, 2008 at 11:56, Martin Paré <martin_at_shimadzu.ca> wrote:
> Hi,
> Making a commit of "work in progress" is out of the question, it just does
> not make sense (unless I create my own branch).
So make your own branch. This is one of the reasons private branches
are used. It won't take that much space in the repository.
> Using rsync assumes that I will have a copy of my work tree on my backup
> server. That might be viable.
> But I'd rather have a way to automatically back-up a patch file, that
should
> be a lot faster and will use less space on our backup server.
Use the SVN command-line client and run svn diff against your WC,
then pipe the output to a file. IIRC, svn diff does omit added files
though.
> -----Original Message-----
> From: Kurt Pruenner [mailto:leak_at_gmx.at]
> Sent: 27 octobre 2008 11:19
> To: users_at_tortoisesvn.tigris.org
> Subject: Re: Usign Patch for local back-up.
>
> Andy Levy wrote:
>> Why can you not commit back to the repository mid-change? You already
>> have everything you need to keep your work backed up by using that.
>
> And if you still don't want to do that you might want to look into using
> rsync to copy your changes to the backup server; it won't create a patch
> but it'll only send the changes over the network.
>
> --
> Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
> .......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-27 20:36:09 CET