I''m having a little bit of difficulty deploying my app. I''ve run the setup and it works with Cap, but when I try to deploy it hangs at "querying latest revision". I can access my svn locally (I''m on a windows xp sp2 machine) using SubClipse plugin, but not through the command line though (yes, svn client is installed). I''m pretty sure that it''s some sort of odd svn config that I need to make but I''ve poured over all the documentation at hand, and I''m out of ideas. I can create an svn tunnel using: svn+ssh://username@server.ip svnserve -t that works, but for some reason everything else hangs. Any ideas would be greatly appreciated. -- Posted with http://DevLists.com. Sign up and save your time!
Joshua, What happens when you try to access your svn repository via the command line? - Jamis On Mar 20, 2006, at 6:31 PM, Joshua Schairbaum wrote:> I''m having a little bit of difficulty deploying my app. I''ve run the > setup and it works with Cap, but when I try to deploy it hangs at > "querying latest revision". I can access my svn locally (I''m on a > windows xp sp2 machine) using SubClipse plugin, but not through the > command line though (yes, svn client is installed). > > I''m pretty sure that it''s some sort of odd svn config that I need to > make but I''ve poured over all the documentation at hand, and I''m > out of > ideas. I can create an svn tunnel using: > > svn+ssh://username@server.ip svnserve -t > > that works, but for some reason everything else hangs. Any ideas > would > be greatly appreciated. > > -- > Posted with http://DevLists.com. Sign up and save your time! > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
It just hangs, no errors or anything. I read in the Pragmatic Programmers book on Subversion that if the tunnel works everything should be okay. I''m just struggling with piece for some reason. For example, I''ll do svn list svn+ssh://serverip/home/username/svn/app/trunk and it will ask me for my password and then just hang. On Tuesday, March 21, 2006, at 7:23 AM, Jamis Buck wrote:>Joshua, > >What happens when you try to access your svn repository via the >command line? > >- Jamis > >On Mar 20, 2006, at 6:31 PM, Joshua Schairbaum wrote: > >> I''m having a little bit of difficulty deploying my app. I''ve run the >> setup and it works with Cap, but when I try to deploy it hangs at >> "querying latest revision". I can access my svn locally (I''m on a >> windows xp sp2 machine) using SubClipse plugin, but not through the >> command line though (yes, svn client is installed). >> >> I''m pretty sure that it''s some sort of odd svn config that I need to >> make but I''ve poured over all the documentation at hand, and I''m > out of >> ideas. I can create an svn tunnel using: >> >> svn+ssh://username@server.ip svnserve -t >> >> that works, but for some reason everything else hangs. Any ideas > would >> be greatly appreciated. >> >> -- >> Posted with http://DevLists.com. Sign up and save your time! >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails > >_______________________________________________ >Rails mailing list >Rails@lists.rubyonrails.org >http://lists.rubyonrails.org/mailman/listinfo/rails-- Posted with http://DevLists.com. Sign up and save your time!
On Wednesday, March 22, 2006, at 5:12 PM, Joshua Schairbaum wrote:>It just hangs, no errors or anything. > >I read in the Pragmatic Programmers book on Subversion that if the >tunnel works everything should be okay. I''m just struggling with piece >for some reason. > >For example, I''ll do svn list svn+ssh://serverip/home/username/svn/ >app/trunk >and it will ask me for my password and then just hang. > >On Tuesday, March 21, 2006, at 7:23 AM, Jamis Buck wrote: >>Joshua, >> >>What happens when you try to access your svn repository via the >>command line? >> >>- Jamis >> >>On Mar 20, 2006, at 6:31 PM, Joshua Schairbaum wrote: >> >>> I''m having a little bit of difficulty deploying my app. I''ve run the >>> setup and it works with Cap, but when I try to deploy it hangs at >>> "querying latest revision". I can access my svn locally (I''m on a >>> windows xp sp2 machine) using SubClipse plugin, but not through the >>> command line though (yes, svn client is installed). >>> >>> I''m pretty sure that it''s some sort of odd svn config that I need to >>> make but I''ve poured over all the documentation at hand, and I''m >>>> out of >>> ideas. I can create an svn tunnel using: >>> >>> svn+ssh://username@server.ip svnserve -t >>> >>> that works, but for some reason everything else hangs. Any ideas >>>> would >>> be greatly appreciated. >>> >>> -- >>> Posted with http://DevLists.com. Sign up and save your time! >>> _______________________________________________ >>> Rails mailing list >>> Rails@lists.rubyonrails.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails >> >>_______________________________________________ >>Rails mailing list >>Rails@lists.rubyonrails.org >>http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > >-- >Posted with http://DevLists.com. Sign up and save your time! >_______________________________________________ >Rails mailing list >Rails@lists.rubyonrails.org >http://lists.rubyonrails.org/mailman/listinfo/railsMake sure you can ssh ("create an svn tunnel") on your server as well as on your client machine. Roustem. -- Posted with http://DevLists.com. Sign up and save your time!