Re: Pre step before SVN Merge

2014-01-22 Thread Thorsten Schöning
Guten Tag Masood, am Donnerstag, 23. Januar 2014 um 06:35 schrieben Sie: > That hook > script will perform the code analysis and if there there is any critical > issue then it will abort the merge operation. Which code analysis do you speak of and what are the critical issues you may see? Are you

Re: Pre step before SVN Merge

2014-01-22 Thread Ben Reser
On 1/22/14, 9:49 PM, Masood wrote: > Can I write hook scripts at server end to perform the task ? > If so, can i get any web link for it ? A merge is just a read operation as far as the server is concerned and we don't have hooks for reads. There actually is one Subversion client that supports cl

Re: Pre step before SVN Merge

2014-01-22 Thread Masood
Dear Team, Thanks for the reply. Can I write hook scripts at server end to perform the task ? If so, can i get any web link for it ? Thanks Ahead, With Regards, Masood -- View this message in context: http://subversion.1072662.n5.nabble.com/Pre-step-before-SVN-Merge-tp186698p186707.html Se

Re: Pre step before SVN Merge

2014-01-22 Thread Kyle Sluder
On Wed, Jan 22, 2014, at 09:35 PM, Masood wrote: > Actually I want to execute a hook scripts before merge operation whenever > user > start merge task(either from SVN merger command or from GUI). That hook > script will perform the code analysis and if there there is any critical > issue then it wi

Re: Pre step before SVN Merge

2014-01-22 Thread Masood
Hi Thorsten, Thanks for the reply. Actually I want to execute a hook scripts before merge operation whenever user start merge task(either from SVN merger command or from GUI). That hook script will perform the code analysis and if there there is any critical issue then it will abort the merge ope

Re: Limit The size of Commit in SVN

2014-01-22 Thread Nico Kadel-Garcia
On Wed, Jan 22, 2014 at 8:40 PM, Ryan Schmidt wrote: > On Jan 22, 2014, at 01:34, Mehboob Ahmed wrote: > >> Is ther any hook who wont allow user to commit in SVN whose size is greater >> than 1GB.it means i want to restrict user to commit less than 1GB of data in >> SVN. i need this hook in wind

Re: Limit The size of Commit in SVN

2014-01-22 Thread Ryan Schmidt
On Jan 22, 2014, at 01:34, Mehboob Ahmed wrote: > Is ther any hook who wont allow user to commit in SVN whose size is greater > than 1GB.it means i want to restrict user to commit less than 1GB of data in > SVN. i need this hook in windows format .bat file extention please help. Yes, you could

Re: Merging SVN repositories

2014-01-22 Thread Les Mikesell
On Wed, Jan 22, 2014 at 5:21 AM, Deepak Saraswat wrote: > Hi All, > > > > I need to do copy the content from one SVN repository to the other SVN > repositories. Also, I need to make sure that Bidirectional merges are > working after I copy content from one SVN to other. > > Does anybody know how t

Re: Merging SVN repositories

2014-01-22 Thread Thorsten Schöning
Guten Tag Deepak Saraswat, am Mittwoch, 22. Januar 2014 um 12:21 schrieben Sie: > I need to do copy the contentfrom one SVN repository to the other > SVN repositories. Do you only mean some content with or without history or really import one complete repo into others? There are different ways to

Re: Pre step before SVN Merge

2014-01-22 Thread Thorsten Schöning
Guten Tag Masood, am Mittwoch, 22. Januar 2014 um 12:50 schrieben Sie: > Does anyone have some information on it ? You should provide some more details about your use case, especially if you need something user orientated before one starts with a merge in whatever client one uses or something whi

Pre step before SVN Merge

2014-01-22 Thread Masood
Dear Team, I would like to create a setup in which, whenever we are doing merge in SVN then it should perform some task previous to merge action and if that task completes successfully then merge should proceed. Does anyone have some information on it ? Thanks Ahead, With Regards, Masood --

Merging SVN repositories

2014-01-22 Thread Deepak Saraswat
Hi All, I need to do copy the content from one SVN repository to the other SVN repositories. Also, I need to make sure that Bidirectional merges are working after I copy content from one SVN to other. Does anybody know how to do that. I think we have a svnsync command to copy the contents fr