malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年11月18日

How to Getting A Repository History With SVNKIt

摘要: In this example we'll demonstarte how you may get the history of changes made to a repository (i.e perform a logoperation) starting with the very first revision and up to the very last one.public class History { public static void main( String[] args ) { DAVRepositoryFactory.setup( ); ... 阅读全文

posted @ 2012-11-18 23:54 malaikuangren 阅读(355) 评论(0) 推荐(0) 编辑
What is the Working Copy of SVN?

摘要: The first question a newcomer toSubversionmay ask to himself -What is this and how can I use it in my work?Speaking shortlySubversioncan be characterized as a version control system which tracks the history of file and directory changes over time. All versioned files and directories reside as a tree 阅读全文

posted @ 2012-11-18 23:25 malaikuangren 阅读(218) 评论(0) 推荐(0) 编辑