>
> Just now I tried this and got the result:
>
> svnsync init file:///media/Data/_Long/Programming/Algorithms/
> https://phamnamlong.googlecode.com
> svnsync: Repository has not been enabled to accept revision
> propchanges;
> ask the administrator to create a pre-revprop-change hook
>

Your destination repository (file:///...) needs the pre-revprop-change hook.

Do:

cd /media/Data/_Long/Programming/Algorithms/hooks

You should see a load of .tmpl version of the hooks.

You can edit these and copy them over without the .tmpl extension. I tend to
just use:

      #!/bin/sh

      exit 0

for local needs.

Hope this helps (assumes Unix).

:Darren.

-- 
----------------------------------------------------------------------
 :Darren :Pearce-Lazard
----------------------------------------------------------------------
 *** Shop & Donate: http://buy.at/campuskids ***
----------------------------------------------------------------------
 [email protected]
 Postdoctoral Researcher
 London Knowledge Lab, University of London
----------------------------------------------------------------------
 [email protected]
 Visiting Research Fellow
 Informatics, University of Sussex
 http://www.informatics.sussex.ac.uk/users/darrenp/
----------------------------------------------------------------------
 [email protected]
 http://www.linkedin.com/in/darrenpearce
----------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

  • svnsync init Pham Nam Long
    • Re: svnsync init Darren Pearce-Lazard

Reply via email to