Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Move repository to subversion?

<< < (5/5)

thomas:
TortoiseSVN consists of 4 major parts:
1. An improved version of plink which you can use as standalone replacement
2. The Windows Explorer integration hack. This does little but build a popup menu and draw some fancy colours.
3. TortoiseProc which is called by the Explorer thingie. It does the "real" GUI stuff and the actual work.
4. TortoiseMerge, a standalone Diff/Merge application

You can call TortoiseProc from either a shell or from a selfmade little wrapper program, or you could make a shortcut to TortoiseProc with a commandline switch telling it what action to perform.
Either way, it will then present you with the well-known TortoiseSVN GUI, so you can select what to checkout or what to update.

MortenMacFly:

--- Quote from: thomas on November 19, 2005, 03:38:39 pm ---You can call TortoiseProc from either a shell or from a selfmade little wrapper program,
or you could make a shortcut to TortoiseProc with a commandline switch telling it what action to perform.

--- End quote ---
Aaah, I didn't know that. Now I have downloaded and installed TortoiseSVN to give it a try. I found the /command:[...] documentation to read how to do stuff. It's nice, but there is a drawback (for me): Every path seems to have be provided per command line. As you said: One would be required to write a wrapper. Making shortcuts would result in an awful lot of shortcuts depending on what repositry, sandbox, operation etc...
I guess I still have to wait for a suitable "pure" stand-alone product... :(

Morten.

Navigation

[0] Message Index

[*] Previous page

Go to full version