• Resolved afex

    (@afex)


    i’m a bit of an SVN newb (only know how to set one up locally and use it) so i’m not quite sure how to use my spot in the repository for my plugin.

    i currently have a local repository setup on my computer which holds my plugin. what is the best way to get all that information (including revision history and tags) into my new WP-hosted repo?

    i’ve tried:

    “svnadmin dump c:/path/to/my/repo > dumpfile”
    followed by
    “svnadmin load http://svn.wp-plugins.org/the-hackers-diet/ < dumpfile”

    but it won’t allow remote URLs!

    any help is appreciated. thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter afex

    (@afex)

    so to get around not being able to import my entire repository in one action, i just exported all my tags to my local drive and recreated my repo one step at a time, by uploading to the trunk and then tagging on the server

Viewing 1 replies (of 1 total)
  • The topic ‘how-to SVN to plugin directory?’ is closed to new replies.