Since gio was renamed to gio2 under my feet I decided to check out a
fresh copy of the complete repository before I commited my fixes for
gio to make it load once again:
svn co Ruby-GNOME 2 download | SourceForge.net
ruby-gnome2
I, however, get the following after a while:
A ruby-gnome2/doc/trunk/en/text/Gnome%3A%3AConfig
svn: In directory ‘ruby-gnome2/doc/trunk/en/text’
svn: Can’t open file
‘ruby-gnome2/doc/trunk/en/text/.svn/tmp/text-base/Install+Guide+for+windows.svn-base’:
No such file or directory
I simply retried the procedure after rm ruby-gnome2, but hit the same
problem. What should I do. I’m doing this on Mac OS X.
Hi,
In [email protected]
“[ruby-gnome2-devel-en] Subversion problems when checking out complete
repository” on Sun, 26 Sep 2010 21:53:12 +0200,
Nikolai W. [email protected] wrote:
svn: Can’t open file
‘ruby-gnome2/doc/trunk/en/text/.svn/tmp/text-base/Install+Guide+for+windows.svn-base’:
No such file or directory
I simply retried the procedure after rm ruby-gnome2, but hit the same
problem. What should I do. I¢m doing this on Mac OS X.
Uhm. I can checkout from the URL.
What about this?
% svn co
ruby-gnome2
Thanks,
kou
2010/9/27 Kouhei S. [email protected]:
In [email protected]
“[ruby-gnome2-devel-en] Subversion problems when checking out complete
repository” on Sun, 26 Sep 2010 21:53:12 +0200,
Nikolai W. [email protected] wrote:
Uhm. I can checkout from the URL.
What about this?
% svn co
Ruby-GNOME 2 download | SourceForge.net
ruby-gnome2
Yes, that works, but I wanted to be able to update the documentation.
Don’t I need to clone the documentation as well to do that?
Instead of solving this, could you please describe the whole workflow
for using mkrd and dealing with documentation in general? How much
can be generated automatically?
I want to avoid having to spend too much time writing the documentation.
2010/10/30 Kouhei S. [email protected]:
% ruby -I PATH_TO_RUBY_GNOME2_LIBRARIES update-rd.rb
% git diff # confirm generated result.
% editor en/text/… # edit Ruby/GIO2 related files.
% browser http://ruby-gnome2.sourceforge.jp/ # upload your Ruby/GIO2 related
files.
% git checkout .
I’ve updated all en/text/ files now.
You can start from ‘editor en/text/…’.
Does the description satisfy you?
Yes; thank you!
Hi,
In [email protected]
“Re: [ruby-gnome2-devel-en] Subversion problems when checking out
complete repository” on Tue, 26 Oct 2010 11:05:03 +0200,
Nikolai W. [email protected] wrote:
Dont I need to clone the documentation as well to do that?
You need to clone the following repository on GitHub:
GitHub - ruby-gnome/doc: Documentation
Instead of solving this, could you please describe the whole workflow
for using mkrd and dealing with documentation in general? How much
can be generated automatically?
% ruby -I PATH_TO_RUBY_GNOME2_LIBRARIES update-rd.rb
% git diff # confirm generated result.
% editor en/text/… # edit Ruby/GIO2 related files.
% browser http://ruby-gnome2.sourceforge.jp/ # upload your Ruby/GIO2
related files.
% git checkout .
I’ve updated all en/text/ files now.
You can start from ‘editor en/text/…’.
Does the description satisfy you?
Thanks,
kou