I have a problem but I don't know what is the matter.
When I create a new Repository the svnmanager only creates a folder but it is not a repository (It doesn't have any folder or files in).
The second problem is:
When I created a new user the svnmanager dosn't create the svn_passwd_file. It's really fantastic because my $svn_passwd_file have all the path without "\", why?
I'm sure that the problem is with the character '\' because all the things that the svnmanager tried to do with config vars like $svnadmin_cmd when it tried to create a repository, $htpassword_cmd when it tried to create the password_file doesn't works in my PC
Somebody had the same problem an resolved it?
Thanks, and sorry with my stupids questions ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I have a problem but I don't know what is the matter.
When I create a new Repository the svnmanager only creates a folder but it is not a repository (It doesn't have any folder or files in).
The second problem is:
When I created a new user the svnmanager dosn't create the svn_passwd_file. It's really fantastic because my $svn_passwd_file have all the path without "\", why?
My svnmanager config.php is:
$htpassword_cmd = "c:\\Progra~1\\Apache~1\\Apache2\\bin\\htpasswd";
$svn_cmd = "c:\\PROGRA~1\\Subversion\\bin\\svn";
$svnadmin_cmd = c:\\PROGRA~1\\Subversion\\bin\\svnadmin";
//Subversion locations
$svn_repos_loc = "c:\\Apache\\svn";
$svn_passwd_file = "c:\\Servidor\\svn\\clavesGrupo";
$svn_access_file = "c:\\Servidor\\svn\\claves";
.... and more jejej
Can you help me?
Thanks!!!!!
I'm sure that the problem is with the character '\' because all the things that the svnmanager tried to do with config vars like $svnadmin_cmd when it tried to create a repository, $htpassword_cmd when it tried to create the password_file doesn't works in my PC
Somebody had the same problem an resolved it?
Thanks, and sorry with my stupids questions ;-)