Re: Commit Size Restriction

2016-07-13 Thread Siva
Thanks Friends. As Bret said, I am not able to identify the size of the Commit. Checking all the files one by one and verify size of the files is not what I expect. So, thinking to drop the plan for identify the Commit Size and restrict. Instead of that I can change Apache Configuration to res

Commit Size Restriction

2016-07-13 Thread Siva
Hi All, My Subversion Edge is installed in Windows Server. Is it possible to restrict commit size by repository or whole server? Regards, Sivaram

Re: Best way to copy project from one server to another, and then back

2010-10-22 Thread Siva Kumar
> Just looking for anyone who may have a better way to do it, as the amount of > files that are changing, could become large, not huge, but big enough to > cause me to want to do it in a more automated fashion. you should be able to achieve this by using git-svn or svk to create a local copy. Make

Re: some confusion about subversion

2010-10-09 Thread Siva Kumar
> I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test), I checked out the repository under "/home" directory. > And all these went smoothly until w

Re: Why doesn't 'svnadmin create' creates tags, branches, trunk?

2010-10-06 Thread Siva Kumar
You can achieve the same by having a svnadmin alias in linux and a wrapper batch in windows.

Re: svn Farm

2010-10-06 Thread Siva Kumar
> I need to provide svn service to many small groups of students. > I'am looking for a tool that would help industrialize managment of > repositories. > I don't want to issue hundreds of "svn create", "vi authz" , edit ssh keys > for svn+ssh access etc ... > Are there such  tools already existing  

Re: Howto Disable Localistation?

2010-10-06 Thread Siva Kumar
> I have a question: Is it possible to disable the localization? > > As a developer I prefer the english texts but unfortunately svn translate > everything to the language of my OS. did you try setting up the LANG variable to en_US ? BTW, which OS are you using ?

Re: Checked Out CGI not served by Apache

2010-10-05 Thread Siva Kumar
> The permissions of the files appear to be fine as they match the permissions > and ownerships of the manually created files. Are you sure the ownership is also the same ?