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

Help with batch svn command line [with only 1 commit revision]

From: Jay Crouch <jay_at_safestream.com>
Date: 2006-11-03 03:00:08 CET

Hi everyone - here is a bit of a weird question;

I have basically implemented a front end for svn which operates over the web
from which users can work with repositories.

The biggie is that the web kit is interfacing with the repositories directly
- not via a 'working copy'... I.e.:

`svn import /path/to/uploaded_file file:///path/to/repo/`

(think custom WebDav)

Here is the question: how can I issue multiple svn command line statements
in a batch job/transaction so that the revision # only increments by one.

I.e.: repo is at revision 3; I issue a svn import, then a svn copy, then a
svn rename; repo is now at revision 6. I want it to be revision 4.

(the specific sequence of statements is not important - its only a quick
example).

Thanks, Jay

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 3 03:00:56 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.