* Z. W.: > Issue: For those files that User C checks in, we like to pick up the > previous versions of those files, prior to User C's checkouts after > the job B begins running and not pick up the files versions that > User B checks in during the job B run. > > We like to know if there is anything needed to be done in SVN to > make it work ?
You can specify an explicit revision number when performing the checkouts. This way, you can ensure that they are consistent. Tags are mostly overkill for this, especially if you keep track of the revision number you used by other means.