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

Merging my repository with the WordPress repository

From: Richard K Miller <richardkmiller_at_gmail.com>
Date: 2007-02-21 23:45:00 CET

Thanks in advance for any help you can offer me on this Subversion
question.

We have a WordPress blog on our company site that I'd like to connect
with the official WordPress SVN repository instead of our own
repository. However, the WordPress settings and media files should
still go to our repository.

Here's what I want:
/ourcompany (our repository)
/ourcompany/blog/ (WordPress repository)
/ourcompany/blog/wp-settings.php (our repository)

Here are things I tried:
$ svn checkout http://svn.automattic.com/wordpress/tags/2.1/ /
ourcompany/blog/
svn: <path> is already a working copy for a different URL

$ svn switch http://svn.automattic.com/wordpress/tags/2.1/ /
ourcompany/blog/
svn: 'http://svn.automattic.com/wordpress/tags/2.1' is not the same
repository as <URL>

$ svn propedit svn:externals /ourcompany
        blog http://svn.automattic.com/wordpress/tag/2.1/
$ svn up
svn: Working copy 'blog' locked, svn: run 'svn cleanup' to remove locks
$ svn cleanup
$ svn up
svn: Working copy 'blog' locked, svn: run 'svn cleanup' to remove locks

I feel like I'm close but not quite there. Any help appreciated.

Best regards,
Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 23:46:09 2007

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.