[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Help With svn commit

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-09-12 15:41:47 CEST

On 9/12/07, Troy Bull <TBull@ifmc.org> wrote:
> Greetings
>
> I am using svn to keep a backup of a bunch of PDF files. My basic workflow is as follows:
>
> rsync pulls the pdf files and directories to my local machine into a working copy, then I commit my working copy and any changed pdf's are "sent" to the repository. This allows me a great backup strategy I can get back anything I want at any time. This worked great up until last night one of the directories was removed (it was supposed to be removed). The problem is when I commit I get a complaint that
>
> svn: Directory /some/dir is missing
>
> and the commit fails. Is there some way I can commit and have it auto delete anything missing from the working copy?

Treat the PDFs pulled via rsync like a "Vendor Branch" and use
svn_load_dirs.pl to work out all the changes for you. See
http://svnbook.red-bean.com/en/1.4/svn.advanced.vendorbr.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 12 15:38:29 2007

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.