Re: Feature request: SubWCRev if not inside a working copy
From: Gingko <from_tigris_at_nospam.homelinux.org>
Date: Tue, 20 Oct 2009 07:56:00 +0200
----- Original Message -----
> Why do you need a parallel working copy? If you want to discard
Because I commonly maintain several different changes, often in the same
> That said, there are alternatives.
I currently nearly do that, by just adding "if errorlevel 1 exit 0" after
> 2. You could use "Keyword Substitution" instead of SubWCRev. See:
Keyword substititution works on file basis, not on directory basis. See
Also, it needs to update the working copy after commit for getting the
Also, due to the syntax of the Keyword Substitution system, I don't know how
#define CURRENT_REVISION $Rev$
I would expect to get something like :
#define CURRENT_REVISION 12345
Whereas I will actually get :
#define CURRENT_REVISION $Rev: 12345 $
Which is nearly unusable.
Gilles
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.