[svk-users] does svk support svn's "force-log"?

Ruslan Zakirov ruz at bestpractical.com
Wed Mar 5 19:16:25 EST 2008


I'm not an experienced svn user, but as far as I can see --force-log
is only required when you want to commit a change with log from a file
that is under version control as well. SVK allows you to do such
commits without any flags, just use option -F or --file.

svn:keywords property works for svk as well.

log from my console:
<<<
$> svk ci test.txt -F change.txt
Committed revision 1039.

$> cat test.txt
$LastChangedDate: 2008-03-06T00:02:12.933893Z $
$Author: cubic $

a change

$> svk add change.txt
A   change.txt

$> svk ci change.txt
Waiting for editor...
Committed revision 1040.

$> echo "new change" >> test.txt

$> svk ci test.txt -F change.txt
Committed revision 1041.

$> cat test.txt
$LastChangedDate: 2008-03-06T00:03:33.948279Z $
$Author: cubic $

a change
new change
>>>

On Wed, Mar 5, 2008 at 5:53 PM, Attila Horvath <mutsuura at mutsuura.com> wrote:
>
>
> All
>
> I am a straight SVN user at the moment. Am considering augmenting this w/
> SVK for its mirroring capability.
>
> However, I have a need for continued use of svn's checkin option
> "--force-log" which allows me to specify my checkin log message from a file
> AND update keywords at the same time - e.g. $revision$, $HeadURL$, etc.
>
> Does svk support this option? I read help on the 'checkin' command's "-f"
> option but that only permits specifying log file name. I don't know if it
> implicitly handles keyword substitutions as well.
>
> Thx
>
> Attila
>
> _______________________________________________
>  svk-users mailing list
>  svk-users at lists.bestpractical.com
>  http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-users
>
>



-- 
Best regards, Ruslan.


More information about the svk-users mailing list