[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

mod_authz_svn and svn cp?

From: Stuart Robertson <dogmatix_at_absolutesys.com>
Date: 2004-04-07 16:26:33 CEST

Further to my last email, below is the output from the Win32 command-line
showing a failed copy attempt:

  c:\>svn cp -m "" http://svnserver/svn/TestRepos/trunk/ProjectA
http://svnserver/svn/TestRepos/branches/ProjectA/1.1

  Authentication realm: <http://svnserver:80> Test Repository
  Password for 'bob': ********
  Authentication realm: <http://svnserver:80> Test Repository
  Username: bob
  Password for 'bob': ********
  Authentication realm: <http://svnserver:80> Test Repository
  Username: ^C

If you keep trying enough eventually the svn cmdline tells you to go away.

As before, adding

  [/]
  @ProjectA_Owner = rw

or

  [/]
  bob = rw

fixes things, as shown below:

  c:\>svn cp -m "" http://svnserver/svn/TestRepos/trunk/ProjectA
http://svnserver/svn/TestRepos/branches/ProjectA/1.1

  Committed revision 293.

Any ideas/guesses will be appreciated.

Regards,
Stuart.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 7 16:27:12 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.