When I try to create the initial repository using RoR I get the
following error:
Couldn''t open a repository
svn: Unable to open an ra_local session to URL
svn: Unable to open repository
''file:///c::/repository/schuljahre''
Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch.
svn: Can''t open file
''\c::\repository\schuljahre\format''
Couldn''t open a repository
svn: Unable to open an ra_local session to URL
svn: Unable to open repository ''file:///c::/repository''
Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch.
svn: Can''t open file ''\c::\repository\format''
Couldn''t open a repository
svn: Unable to open an ra_local session to URL
svn: Unable to open repository ''file:///c::''
Die Syntax für den Dateinamen, Verzeichnisnamen oder die
Datenträgerbezeichnung ist falsch.
svn: Can''t open file ''\c::\format''
mkdir -m "Initial import." file:///c::
Bad URL passed to RA layer
svn: Unable to open an ra_local session to URL
svn: Local URL ''file://'' contains only a hostname, no path
Anyone any idea what is causing this?
Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
do u have a svn deamon running? does the repository exist? (you need to create one first via svnadmin create ) ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Subversion on Rails This episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience along the way. http://railscasts.com/episodes/36 I hope this could help you a bit. :-) On May 28, 7:59 am, Darren Evans <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> When I try to create the initial repository using RoR I get the > following error: > > Couldn''t open a repository > svn: Unable to open an ra_local session to URL > svn: Unable to open repository ''file:///c::/repository/schuljahre'' > Die Syntax für den Dateinamen, Verzeichnisnamen oder die > Datenträgerbezeichnung ist falsch. > svn: Can''t open file ''\c::\repository\schuljahre\format'' > > Couldn''t open a repository > svn: Unable to open an ra_local session to URL > svn: Unable to open repository ''file:///c::/repository'' > Die Syntax für den Dateinamen, Verzeichnisnamen oder die > Datenträgerbezeichnung ist falsch. > svn: Can''t open file ''\c::\repository\format'' > > Couldn''t open a repository > svn: Unable to open an ra_local session to URL > svn: Unable to open repository ''file:///c::'' > Die Syntax für den Dateinamen, Verzeichnisnamen oder die > Datenträgerbezeichnung ist falsch. > svn: Can''t open file ''\c::\format'' > > mkdir -m "Initial import." file:///c:: > Bad URL passed to RA layer > svn: Unable to open an ra_local session to URL > svn: Local URL ''file://'' contains only a hostname, no path > > Anyone any idea what is causing this? > > Thanks > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 28/05/07, Darren Evans <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > When I try to create the initial repository using RoR I get the > following error: > > Couldn''t open a repository > svn: Unable to open an ra_local session to URL > svn: Unable to open repository ''file:///c::/repository/schuljahre''how did you try to create your repository? there''s an free online-book on Subversion at http://svnbook.red-bean.com/ -Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---