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

Re: [RFC] Design of svnvendor.py

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-05-19 17:43:51 CEST

Giovanni Bajo wrote:

> Now compare this with what I plan to do:

Argh, typo-free version for the logs:

$ cd ./project-wc
$ svnimport.py ls # list packages already imported in the repo
libcomplex
libfoo
libbar

$ svnimport.py ls -l
libcomplex: 1.1, 1.1b, 1.2
libfoo: 0.45
libbar: 2.4.8, 2.4.9, 2.4.12

$ svnimport.py copy libcomplex
Copying libcomplex into the current project (version: 1.2)
[...]

$ svn ci -m "Copied libcomplex 1.2 into my project"
[...]

$ svnimport.py info ./libcomplex
[...]
Version: 1.2
Available versions: 1.1, 1.1b, 1.2

$ svnimport upgrade libcomplex --version=1.1
Downgrading libcomplex to 1.1
[...]

$ svn ci -m "Downgraded libcomplex"
[...]

$ svn info ./libcomplex
Version: 1.2
Available versions: 1.1, 1.1b, 1.2

-- 
Giovanni Bajo
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 19 17:44:33 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.