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

Re: Subversion problem/feature request

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-07-10 13:51:32 CEST

  ----- Original Message -----
  From: Filips Jeļisejevs
  To: users@subversion.tigris.org
  Sent: Friday, July 07, 2006 9:51 AM
  Subject: Subversion problem/feature request

  Hallo!

  We are trying to introduce SVN in our project (large system maintenance), but stumbled into a problem.
  What we need is the possibility to make weekly deliveries (versions) which would contain only those files in a project, that were changed during this week.

  I tried simple approach with a svn checkout command with --revision swith passing revision range. Unfortunately I got the response that revision range is not allowed with checkout.

  From documentation it is unclear whether it is a bug or intentional.
  If it is intentional could someone explain, why is it so?
  What could be possible workarounds for my problem?

Why not simply do two checkouts, and run a "rsync --dry-run --exclude .svn WC1 WC2", and use that to bundle up the difference? Or send the output of an "svn diff branch@revision1 branch@revision2" command to list and bundle the appropriate files?
Received on Mon Jul 10 13:52:21 2006

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.