I have looked into using cvs_acls, but our repository is big (46GB) and won't be able to use 'ALL' in the commitinfo file.
And apparently repository pattern does not work ( http://www.tek-tips.com/viewthread.cfm?qid=1592960 ).
Any other method of doing this? We are using pserver, and passwd file...
Hello,
We have a CVS repository with many modules and branches. I want to make a few of these modules read-only while other modules in the repository should still have read/write access.
The modules which i want to change to read-only have branches. I want to maintain read-write on these...
Hi All,
I am using the following command on trunk/head adn works the way I want... tag a module with 'IB30' that has already been tagged.
cvs rtag -r myproj-buildtagxx IB30 mymodule
I want to do the same but on the branch myproj2.0.
So i want to to tag a module that exist on the branch...
wow! so much arrogance einstein!
IF we were all like you, we wouldn't be posting anything here now would we?
I had to put the svn command into a .bat and then run that. that worked.
oShell.Run("cmd /C d:\\CR_temp"+"\\"+Project+"\\svnlog_users.bat",1, true);
Hi All,
My javascript needs to execute shell commands and i need to pass a path as a variable to the command.
//the value to variable 'Project' is read from user
mypath= "http://myBuildSrv:8080/svn/"+Project;
oShell = WScript.CreateObject( "WScript.Shell" );
oShell.Run( "command.com /K svn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.