Re: How to use SVN to setup CIMS

2013-06-05 Thread Les Mikesell
On Mon, Jun 3, 2013 at 9:46 PM, wrote: > Dears, > > I want to set up a cims by SVN. The system need to do a series test before > commit. The changes can be committed until the test passed. The question is > that the test machine is not the svn client the same as the code committed, > I want to kn

Re: 答复: How to use SVN to setup CIMS

2013-06-05 Thread Thorsten Schöning
Guten Tag liberal...@viatech.com.cn, am Mittwoch, 5. Juni 2013 um 08:47 schrieben Sie: > I found that the tool of svnlook can cat the edit file with "-t" > option in pre-commit script. I do this in the server side, can I do the same > this in client side? No, the client doesn't see the server ge

Re: How to use SVN to setup CIMS

2013-06-04 Thread Ryan Schmidt
On Jun 5, 2013, at 01:47, wrote: > I found that the tool of svnlook can cat the edit file with "-t" option in > pre-commit script. That's right, svnlook can look into transactions or revisions. > I do this in the server side, can I do the same this in client side? No; svnlook is the only too

答复: How to use SVN to setup CIMS

2013-06-04 Thread LiberalJin
13:03 收件人: Liberal Jin 抄送: users@subversion.apache.org 主题: Re: How to use SVN to setup CIMS On Jun 3, 2013, at 21:46, liberal...@viatech.com.cn wrote: > I want to set up a cims by SVN. I don't know what "cims" is, but… > The system need to do a series test before commit. T

Re: How to use SVN to setup CIMS

2013-06-03 Thread Ryan Schmidt
On Jun 3, 2013, at 21:46, liberal...@viatech.com.cn wrote: > I want to set up a cims by SVN. I don't know what "cims" is, but… > The system need to do a series test before commit. This has been recently discussed, and the consensus was "don't do that", because there's no way for you to obtain

How to use SVN to setup CIMS

2013-06-03 Thread LiberalJin
Dears, I want to set up a cims by SVN. The system need to do a series test before commit. The changes can be committed until the test passed. The question is that the test machine is not the svn client the same as the code committed, I want to know how can I get the changes before commit by the te