2017/11/29

Svk setup memo

I setup svk deput in the new note PC of mine.
Initializing.
$>svk depotmap --init
Repository C:\Documents and Settings\[[local-win-user]]\.svk\local does not exist, create?
(y/n)y
$> svk mirror //mirror/[[local-project]] svn://[[remote-pc]]/[[remote-project]]
Authentication realm: <svn://[[remote-pc]]:3690> [[XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]]
Password for '[[remote-svn-user]]':
Mirror initialized. Run svk sync //mirror/[[local-project]] to start mirroring.
checking.
$>svk mirror --list
Path Source
=============================
//mirror/[[local-project]] svn://[[remote-pc]]/svn
syncing.
$>svk sync //mirror/[[local-project]]
Syncing svn://[[remote-pc]]/[[remote-project]]
Retrieving log information from 1 to NNNN
$>svk cp -p //mirror/[[local-project]] //work//[[local-project]]
Waiting for editor...
Committed revision XXX.
Then, I backup the master repository.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...