Recently created topics in Beanstalk about Beanstalk
- All Topics(125)
- Questions(43)
- Ideas(16)
- Problems(62)
- Discussions(4)
- subscribe
-
1
Reply
1
Follower
SVN Cheatsheet link broken Last reply on March 11, 2008 04:19.
SVN Cheatsheet URL has changed to http://ariejan.net/pages/svnsheet -
0
Replies
1
Follower
Beta testers needed!
We are looking for a small group of beta testers for our new FTP/SFTP deployment tool. Interested? Check out our blog post.
http://www.wildbit.com/blog/2008/03/0... -
0
Replies
0
Followers
Add a simple email integration option to send out all commit info.
Could you add an integration that just adds an email address to a project for all commit notifications?
I love the lighthouse integration, but we have people in our group who don't have access to the repository or to lighthouse. They just like to see the general flow of things and we do that by sending out commit notifications to an email list.
If there were a way to add an email address to receive all commit notices that would be great. -
4
Replies
2
Followers
UI name cutoff Last reply on March 07, 2008 17:29.
UI problem, name gets cut off -
11
Replies
6
Followers
Can't connect to Beanstalk from Eclipse Last reply on March 04, 2008 05:06.
I'm trying to connect to Beanstalk from Eclipse. I give http://svn.uprizer.beanstalkapp.com/s... as my repository URL, and "trunk" as the specified folder name, but I keep getting the following error:
RA layer request failed
svn: PROPFIND request failed on '/sensearray'
svn: PROPFIND of '/sensearray': 200 OK (http://svn.uprizer.beanstalkapp.com)
sanity reported this problem
on February 29, 2008 23:12.
David Grandinetti
joined sanity and 2 other people reporting this problem.
-
1
Reply
3
Followers
Have to set user permissions twice for them to take effect? Last reply on February 29, 2008 13:59.
When I create a new user and assign them permissions for certain repositories, I've noticed that I have to go back in after they accept the user invitation and reapply their permissions to write to a repository.
Is this normal? If I can't set permissions before the user has accepted the invite, it would be nice if the check box was not available. Several times I have been completely baffled as to why new users couldn't access a repository, only to find the permissions are not set.
But I was so sure I had already set the permissions, I didn't understand the problem. Now, with a new user, I tested it, and can say with confidence that you have to assign permissions a second time, after they have accepted the invitation. -
3
Replies
2
Followers
I forgot password of the svn user. How can I receive a reminder? Where is the link "forgot password"? Last reply on February 25, 2008 23:59.
-
4
Replies
3
Followers
beanstalk down again Last reply on February 24, 2008 19:27.
I can ping beanstalkapp.com, but I can't get get to beanstalkapp.com or my svn URL svn.olive.beanstalkapp.com.
crayolalettuce reported this problem
on February 24, 2008 17:14.
Donovan
also has the problem crayolalettuce reported.
-
1
Reply
2
Followers
title attributes Last reply on February 24, 2008 15:50.
Think the title attributes could do with a bit of work:
href="/repositories" title="<span>Repositories <span class="count">(<strong>1</strong>)</span></span>"
Looks like you're just entity encoding the content of the a tag and then making that the link title ;) -
0
Replies
2
Followers
Suggest a Paypal option
Hi,
It would be nice if you have another payment option like Paypal. Because finding credit card every time for payment is not my thing. Too much to input. hehe..
Richard Soutar shared this idea
on February 20, 2008 12:53.
bjohnson045
liked Richard Soutar's idea.
-
2
Replies
2
Followers
Problem with Safari 2.0.4 Last reply on February 20, 2008 12:48.
Hello,
First of all. We have tried your product today. It really amazing!
But on of our Mac inside our company is still using Safari 2.0.4. When we tried to login to our site. The css is not show up at all. And the text is everywhere. Surfing around beanstalkapp.com is doing fine on that version of browser.
I know it's easy to upgrade to Safari 3. But we need this machine to stayed on the old version of Safari. -
5
Replies
7
Followers
Subversion Id property showing last change 6 hours in the future. Or, how can I change my timezone? Last reply on April 17, 2008 15:29.
Tim Shubitz asked this question
on February 19, 2008 03:29.
jaywest
joined Tim Shubitz and 3 other people asking this question.
-
0
Replies
0
Followers
What happened to the favicon?
Whatever happened to the favicon? I liked it and without it, the link on the bookmarks toolbar looks awkward. -
2
Replies
6
Followers
403 Forbidden error on commit Last reply on February 18, 2008 15:27.
I'm trying to commit but I'm getting the following error:
MKACTIVITY of '/proj/!svn/act/...': 403 Forbidden (https://svn.<myaccount>.beanstalkapp.com)
Googling gives me the two most common problems: not using https (I am), and case errors (neither my account, project or my username have uppercase in them, so I can't imagine that's the problem).
I'm using TortoiseSVN, if it matters.</myaccount> -
1
Reply
2
Followers
What Subversion clients do you recommend, if any? Last reply on February 16, 2008 17:41.
I'm new to Subversion and I do find it quite intimidating to have to run console commands. I downloaded SmartSVN to give it a try. What do you recommend for use with Beanstalk? -
2
Replies
2
Followers
renaming a repository does not update its url Last reply on February 15, 2008 19:06.
I renamed a repository from "test" to "extranet", but the url for the repository was not updated. -
3
Replies
2
Followers
Are review links broken? Last reply on February 15, 2008 18:25.
I enabled Campfire integration, and the review link that it dumps into the chat is formatted as so (my personal URL/repo bits removed): http://[myapp].beanstalkapp.com/u/e45b07b6
Which generates this URL: http://[myapp].beanstalkapp.com/[myrepo]/changesets/preview/17/index.php
Which nets me a 404 page. From within Beanstalk, however, the review link works fine, but is a bit different: http://[myapp].beanstalkapp.com/[myrepo]/browse/trunk/index.php?rev=17
This is the "preview" link available from that browse page: http://[myapp].beanstalkapp.com/[myrepo]/live/trunk/index.php
You can contact me for specific details, but I'm guessing it's not unique to me, and I'm guessing it's something along the lines of routes changing but nobody telling the review link generator. -
3
Replies
2
Followers
migrate existing svn repos to beanstalk Last reply on February 14, 2008 20:16.
Can an existing SVN repos be migrated into beanstalk? I want all of my repos logs and commit messages to be migrated. If I were administering this repos, I would do a "svnadmin dump" and "svnadmin load". But, I can't tell is beanstalk supports this. -
1
Reply
2
Followers
openID signup not working Last reply on February 14, 2008 16:50.
when i plug in my openID url to the signup form it is throwing all the normal signup validation errors. Username/password, etc should not be validated against when signing up via openID -
12
Replies
8
Followers
Why no Deployment ? Last reply on June 09, 2008 18:31.
I'm currently using springloops for versionning.
It's pretty cool but Beanstalk seem reallyy awesome (what a design!).
Unfortunately it seem that i can't deploy my app on my server.
Why don't you provide this service ?
Thanks for your answer :)
| next » « previous |
Loading Profile...

















