RE: not able to access repository form remote server
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 31 Oct 2013 13:47:06 +0000
> I installed win32svn in remote server which i can acees directly.
Is "htp" a typo in your email? You are using http:// when you are actually doing this?
Also, is there a reason you aren't specifying --sync-username and --sync-password on your command line?
Finally, I think your doing it backwards. The svnsync help shows:
svnsync initialize DEST_URL SOURCE_URL
Wouldn't file:///repository be your source, so your command line should be:
svnsync init http://repoURL/trunk/repoName file:///repository --sync-username AAA --sync-password PWD
...since you are using file:/// protocol for your source.
Also, did you heed this in the help?
The destination URL must point to the root of a repository which has been configured to allow revision property changes.
BOb
|
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.