2017/11/29

Subversion and Svk

Subversion

I use Subversion in my house, since I replaced from CVS to the Subversion. So, a private Subversion server is running on my main PC in my house, and repository is in the PC. Recently, I become to use mainly the Subversion with TortoiseSVN as version control system on work. The Subversion is useful for me.

Repository Synchronization on Offline Updates

I use Panasonic Let'sNote, the B4-size mobile PC of mine, outside of my home. My development environments, for example Visual Studio .NET 2003 SP1 and 2005, Eclipse 3.2, Python, and so on, are installed to the notebook. And, I write some codes and documents during moving.
Although I have narrow-band line over AirH, I do not want to synchronize repository through the slow line. However, no-control state is daingerous. In addition, my main PC is not open any global ports. I made other repository in the notebook and synchronized between the repositories of the notebook and the main PC manually. These operations are troublesome.

Local Dept of Destributed Svk

Then, I know Svk, the destributed versioning system on Subversion, I try to use the Svk...

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. ...