- Timestamp:
- 05/23/05 16:15:46 (8 years ago)
- Hash name:
- 20050523141546-97f81-316eb82b8236d5e403581507651e4f4863e7b767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r310 r315 46 46 .. _baazar-ng: http://www.bazaar-ng.org/ 47 47 48 48 49 Installation 49 50 ============ … … 204 205 205 206 207 Interactive sessions 208 -------------------- 209 210 Tailor offers an alternative way of driving its activity by using an 211 interactive session, bringing the configuration more similar to a 212 script. 213 214 Although this is still a work-in-progress, it's quickly becoming my 215 preferred usage, as its functionality cover the underlying tailor 216 features. 217 218 For example, this is the script I'm using to test it:: 219 220 cd /tmp/p/wc 221 state_file tailor.state 222 source_kind darcs 223 target_kind svn 224 source_repository /home/lele/WiP/cvsync 225 sub_directory cvsync 226 227 that, as you can see, specifies the context needed by tailor to do its 228 work. With the following command line:: 229 230 $ tailor.py --verbose --interactive tailor.cmds 231 Welcome to the Tailor interactive session: you can issue several commands 232 with the usual `readline` facilities. With "help" you'll get a list of 233 available commands. 234 235 Current directory: /tmp/p/wc 236 Current state file: /tmp/p/wc/tailor.state 237 Current source kind: darcs 238 Current target kind: svn 239 Current source repository: /home/lele/WiP/cvsync 240 Sub directory: cvsync 241 tailor $ help 242 243 Documented commands (type help <topic>): 244 ======================================== 245 EOF get_changes source_module target_module 246 bootstrap logfile source_repository target_repository 247 cd save state_file 248 current_directory show_changes sub_directory 249 exit source_kind target_kind 250 251 Undocumented commands: 252 ====================== 253 help 254 255 tailor $ help bootstrap 256 257 Checkout the initial upstream revision, by default HEAD (or 258 specified by argument), then import the subtree into the 259 target repository. 260 261 206 262 Further help 207 263 ============
Note: See TracChangeset
for help on using the changeset viewer.
