摘要:
译:只是路过原文:http://software.ericsink.com/scm/scm_checkins.html ( 由于粘贴的文档没有图片,因此在某些地方请参考原文。) Chapter 2: Checkins 第二章:签入 In this chapter, I will explore the various situations wherein a repository is modi... 阅读全文
摘要:
翻译: margiex 第一章:基础 A tale of two trees 开始之前先讲解一下基本的术语和操作. 一个是存储区,一个是工作目录. 一个SCM工具提供一个存放源代码的地方,我们称之为"存储区",一般存放在服务器上,并共享给当前团队的所有成员. 每个开发人员都有自己的工作目录,一般存放在工作的机器上,并通过一个客户端程序访问. 所有内容都基于目录层... 阅读全文
摘要:
翻译:只是路过, 校对:margiex Source Control HOWTO 如何做源代码控制 I have started writing a series of articles explaining how to do source control and the best practices thereof. See below for links to the indi... 阅读全文
摘要:
1. create a base control define the datagrid, query button, and export button or image; define the binddata method as virtual define the PrepareParamthe following is partial code: 1 public class Da... 阅读全文
摘要:
rem set pathset path=%path%;C:\program files\vss\win32rem set sourcesafe's db pathset SSDIR=e:\vss-crmrem set current projectss cp $/test -Ymachinerem get codes by label ver1.0ss get -i-y -VVer1.0 -gw... 阅读全文