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
Hi All,
My Subversion Edge is installed in Windows Server.
Is it possible to restrict commit size by repository or whole server?
Regards,
Sivaram
> 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
> 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
You can achieve the same by having a svnadmin alias in linux and a
wrapper batch in windows.
> 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
> 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 ?
> 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 ?