Re: using svn:// url with passwd & svnserve.conf on NAS results in "Authorization failed"
As promised, here is my solution... You have to have anon-acces = none for authorisation to work. So, my final setup is: username = password anon-access = none auth-access = write password-db = passwd Then, in Versions I enter the username and password in the Bookmark properties dialog so the url now looks like: svn://usern...@11.22.33.44/repository_name For extra security I chmod-ed conf/passwd to 600 (chmod 600 passwd). Everything works great now. I hope this helps someone. -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versi...@googlegroups.com. To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
Re: Moving local repository to beanstalk account...
Correct. In Terminal, type 'svnadmin help dump' or consult the SVN book to learn how to do this. You'll want to write it to a file, like so: $ svnadmin dump /path/to/repository > ~/repository.dump - Quinn On Jan 8, 2010, at 8:04 AM, james wrote: > Hi Dirk, > > Thanks for the response > Where do you do the "svnadmin Dump" looking over versions I don't see > where you can, I'm guess that it has to be done via Terminal? > > On Jan 8, 2:22 pm, Dirk Stoop wrote: >> Hi James, >> >> The good people at Beanstalk have a pretty good tutorial on how to do >> this over here: >> >> http://help.beanstalkapp.com/faqs/managing-repositories/how-can-i-pre... >> >> After you've successfully exported your local repository with the >> "svnadmin dump" command, you can import it into a new Repository on >> Beanstalk. To do that, log in at Beanstalk and hit the "Create New >> Repository" button in the "Repositories" tab. Over there, you can opt >> to create your repository starting with the file you exported before. >> >> I'm sure other hosted services will have similar options, and most >> likely, Beanstalk's how-to page on exporting a repository will apply >> to those as well. >> >> Cheers, >> - Dirk >> >> the Versions team >> >> On Jan 8, 12:51 pm, james wrote: >> >> >> >>> Hi All, >> >>> How easy is it to move a local repository to a hosted account, ie. >>> Beanstalk? >>> Any help welcome... >> >>> Thanks in advance, >>> James > -- > You received this message because you are subscribed to the Google Groups > "Versions" group. > To post to this group, send email to versi...@googlegroups.com. > To unsubscribe from this group, send email to > versions+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/versions?hl=en. > > smime.p7s Description: S/MIME cryptographic signature
Re: Moving local repository to beanstalk account...
Hi Dirk, Thanks for the response Where do you do the "svnadmin Dump" looking over versions I don't see where you can, I'm guess that it has to be done via Terminal? On Jan 8, 2:22 pm, Dirk Stoop wrote: > Hi James, > > The good people at Beanstalk have a pretty good tutorial on how to do > this over here: > > http://help.beanstalkapp.com/faqs/managing-repositories/how-can-i-pre... > > After you've successfully exported your local repository with the > "svnadmin dump" command, you can import it into a new Repository on > Beanstalk. To do that, log in at Beanstalk and hit the "Create New > Repository" button in the "Repositories" tab. Over there, you can opt > to create your repository starting with the file you exported before. > > I'm sure other hosted services will have similar options, and most > likely, Beanstalk's how-to page on exporting a repository will apply > to those as well. > > Cheers, > - Dirk > > the Versions team > > On Jan 8, 12:51 pm, james wrote: > > > > > Hi All, > > > How easy is it to move a local repository to a hosted account, ie. > > Beanstalk? > > Any help welcome... > > > Thanks in advance, > > James -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versi...@googlegroups.com. To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
Re: Moving local repository to beanstalk account...
Hi James, The good people at Beanstalk have a pretty good tutorial on how to do this over here: http://help.beanstalkapp.com/faqs/managing-repositories/how-can-i-prepare-an-svn-dump-to-import-into-beanstalk After you've successfully exported your local repository with the "svnadmin dump" command, you can import it into a new Repository on Beanstalk. To do that, log in at Beanstalk and hit the "Create New Repository" button in the "Repositories" tab. Over there, you can opt to create your repository starting with the file you exported before. I'm sure other hosted services will have similar options, and most likely, Beanstalk's how-to page on exporting a repository will apply to those as well. Cheers, - Dirk the Versions team On Jan 8, 12:51 pm, james wrote: > Hi All, > > How easy is it to move a local repository to a hosted account, ie. > Beanstalk? > Any help welcome... > > Thanks in advance, > James -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versi...@googlegroups.com. To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
Moving local repository to beanstalk account...
Hi All, How easy is it to move a local repository to a hosted account, ie. Beanstalk? Any help welcome... Thanks in advance, James -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versi...@googlegroups.com. To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
Re: using svn:// url with passwd & svnserve.conf on NAS results in "Authorization failed"
Thanks Quinn. I'll do some exploring today. If and when I find the answer I'll post it here. Jim -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to versi...@googlegroups.com. To unsubscribe from this group, send email to versions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/versions?hl=en.