<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://www.assembla.com">
  <channel>
    <title>Assembla Documentation</title>
    <link>http://www.assembla.com/flows/flow/breakoutdocs</link>
    <description>Assembla Documentation (from Assembla Breakout)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Wiki backup?</title>
      <description>Is it possible to backup the contents of all project wiki pages at once?</description>
      <pubDate>2008-11-04</pubDate>
      <id>b6urDkQMWr3yfzab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/b6urDkQMWr3yfzab7jnrAJ</link>
    </item>
    <item>
      <title>Use feedback.assembla.com to submit bugs/features requests</title>
      <description>http://feedback.assembla.com - is more user friendly for this kind of activity.

Support requests should  be asked on  our forum:
http://forum.assembla.com</description>
      <pubDate>2008-11-02</pubDate>
      <id>dLdYL-Qq0r3Anbab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/dLdYL-Qq0r3Anbab7jnrAJ</link>
    </item>
    <item>
      <title>Assembla Sidebar Obscures Content</title>
      <description>Assembla Sidebar Obscures Content

On the following space tabs, the right-hand sidebar item covers the tab content, obscuring it:

Wiki, Team, Files, Messages, Milestones, Scrum, Stream</description>
      <pubDate>2008-10-27</pubDate>
      <id>a2jVS6PcSr3yNKab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/a2jVS6PcSr3yNKab7jnrAJ</link>
    </item>
    <item>
      <title>Bookmarking tool</title>
      <description>I highly appreciate bookmarking tool for any project management service. Bookmarks are needed as source of knowledge during the whole process of project development and maintanance. And definetely there should be possibility to share them between coleagues - so I think it should nice fit in assembla as a tool

That tool should easly add bookmark of any page directly from browser (via javascript bookmarklet). It should has title and description.

Bookmarks should be organized by one-level categories and/or tags.

In Wiki it should be some shortcut tag to show that bookmark with title in wiki page.

Generaly there should be a javascript (in the bookmark tool and in the wiki) which first after click on link take you to script on assembla where your referer is hided and then redirect you to proper page. Because of hidding your access from your development assembla project to target page (which might be your competitor etc.)


Nice example of bookmarking service is new czech startup Lincovery http://lincovery.m-atelier.cz
Parts of pages are in czech language, but I think it is clear that there are bookmarks with automatic capture of screenshots and much more as comments, tags, categories, importance ratings and bookmarklet. Cool tool but separation from project management service makes it unuseful for us in term that "we want all things of our project on one place with one login".</description>
      <pubDate>2008-10-23</pubDate>
      <id>aXwNWUOqmr3ApNab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/aXwNWUOqmr3ApNab7jnrAJ</link>
    </item>
    <item>
      <title>Git push problem</title>
      <description>Hello,

I just created a space with Git/Trac enabled. Then I tried to setup the connection between my local git repository and the remote one. For this I followed the example on the Git/Trac tab of the space. But neither approaches work:

$ git remote add origin git@git.assembla.com:woylie.git
$ git push origin master
ERROR:gitosis.serve.main:Repository read access denied
fatal: The remote end hung up unexpectedly

and 

$ git clone git@git.assembla.com:woylie.git
Initialized empty Git repository in /Users/u/woylie/.git/
ERROR:gitosis.serve.main:Repository read access denied
fatal: The remote end hung up unexpectedly
$ 

I did add my id_rsa.pub content to my profile and in the Trac/Git tab (where it reads "Add more ssh keys"). But neither worked (of course I pressed "Synchronize team ssh keys").

What am I missing?

Thanks is advance.

Urban</description>
      <pubDate>2008-10-21</pubDate>
      <id>dRTPU4N48r3yfAab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/dRTPU4N48r3yfAab7jnrAJ</link>
    </item>
    <item>
      <title>SVN ISsues</title>
      <description>Just wondering if there are any issues with SVN today as I cannot commit code into my repository at:

http://svn.assembla.com/svn/xerte

I can check out code from other repositories on Assembla fine,

thanks,</description>
      <pubDate>2008-10-13</pubDate>
      <id>b66cv8Muer3Bejab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/b66cv8Muer3Bejab7jnrAJ</link>
    </item>
    <item>
      <title>Code Highlighter</title>
      <description>I want a code highlighter. Java code highlighter specifically.</description>
      <pubDate>2008-10-12</pubDate>
      <id>bRp-g2Mjur3zjsab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/bRp-g2Mjur3zjsab7jnrAJ</link>
    </item>
    <item>
      <title>there should be code highlighter in wiki</title>
      <description>it would be great if we can add source code of several languages including pyton maybe :)</description>
      <pubDate>2008-10-11</pubDate>
      <id>cgt71eL6Cr3Azzab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/cgt71eL6Cr3Azzab7jnrAJ</link>
    </item>
    <item>
      <title>Problems uploading a file using the curl example.</title>
      <description>I am using the example syntax for uploading a file but am not sure what I am doing wrong.

Here's the syntax I'm using (from the command line).

"C:\Program Files\cUrl\curl.exe" -i -X POST -H "Accept: application/xml" -F "document[name]=MyDocument.doc" -F "document[file]=D:\PathTo\MyDocument.doc" http://MyUserName:MyPassword@www.assembla.com/spaces/MySpaceNamedocuments

The API creates a file but with the content being only the string "MyDocument.doc". I'm assuming that I did something wrong, and I haven't been able to find an example of how to do a multi-part HTTP POST using curl.exe outside of this document. I thought that the @filename was just an example placeholder but it apparently has some more meaning.</description>
      <pubDate>2008-10-08</pubDate>
      <id>bHoKzGLvmr3zjsab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/bHoKzGLvmr3zjsab7jnrAJ</link>
    </item>
    <item>
      <title>Link works out well! JUST GOTTA RENAME THE DOWNLOAD!</title>
      <description>OK.. a lot of complaints about this.. but this was the KEY DIFERENTIATOR THAT MADE ME THE MOST IMPRESSIVE ASSEMBLA EVANGELIST! (Now ... 138 peope use it because of me forcing/inducing them to use it in all our projects... the tracker was the key!)

Now.. JUST RENAME IT!

When you click the link it lets you download a "dowload" file.. just rename that file to whatever e.g. "assemblatracker.exe" just BE SURE TO ADD THE .EXE !!! and it will work.. wonders.. for us.

We are having some problems using it with our server right now.. because it has lots of rules and proxys and shit.. but the rest of the people (120.. i think.. 30% are now using it) and in a great manner!

Thanks to whomever wrote it.. and please dont let it die! its a killer feature definately for the non-geeky guys and a wonderful companion for a pipeline or production system.

Keep the great work.. if you can improve it .. please do so.. assembla guys!!!! you rock!

Best Regards

Jorge Su&#224;rez Bas&#224;&#241;ez
From the land of tequila and beautiful girls ;) (all invited to demonstrate it ;)) Guadalajara, Jalisco M&#233;xico</description>
      <pubDate>2008-09-25</pubDate>
      <id>doGSR6IYKr3zwAab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/doGSR6IYKr3zwAab7jnrAJ</link>
    </item>
    <item>
      <title>I downloaded libcurl.NET</title>
      <description>I cannot make heads nor tails of the documentation.  Perhaps another example BESIDES curl would be helpful.  Thanks.</description>
      <pubDate>2008-09-23</pubDate>
      <id>a8bTOCIAKr3zKbab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/a8bTOCIAKr3zKbab7jnrAJ</link>
    </item>
    <item>
      <title>ASP.Net example would be nice</title>
      <description>The one thing that is very weak about Assembla is the lack of print support.  My next best option is to create an extension that extracts my information to a web page that is FORMATTED FOR PRINTING.

However, the REST architecture basically freezes out all the ASP.Net people who might add functionality to your site.  And from what I can tell, this is a large portion of your community.

Can you please provide a C# example that shows how to access the Assembla information.  Either it is so simple, no one writes about it or so hard that it is impossible.</description>
      <pubDate>2008-09-23</pubDate>
      <id>dZhcCGIz8r3ybOab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/dZhcCGIz8r3ybOab7jnrAJ</link>
    </item>
    <item>
      <title>Links broken</title>
      <description>Both links do not work, maybe the URLs are truncated to: http://www.assembla.com/spaces/breakout/documents/bLRyA0XDyr3iCjabIlDkbG/download</description>
      <pubDate>2008-09-23</pubDate>
      <id>b5Ox7MIy8r3zKbab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/b5Ox7MIy8r3zKbab7jnrAJ</link>
    </item>
    <item>
      <title>Nov&#253; CMS syst&#233;m...</title>
      <description>Tak&#382;e,ako u&#382; iste viete: vytv&#225;rame CMS (redak&#269;n&#253; syst&#233;m).&#268;o v&#353;etko treba urobi&#357;?...Je toho ve&#318;a :P...tak na 3 mesiace si ni&#269; nerezervujte....=D...Datab&#225;zy,ban/unban,at&#271;...nebudem to tu menova&#357; v&#353;etko...pokia&#318; m&#225;te ot&#225;zky obr&#225;te sa na m&#328;a cez ICQ...Pre istotu: 426810562</description>
      <pubDate>2008-09-22</pubDate>
      <id>b9W8hKIn0r3BG4ab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/b9W8hKIn0r3BG4ab7jnrAJ</link>
    </item>
    <item>
      <title>SVN to Git while keeping revision history and ticket refs?</title>
      <description>Is there a way to migrate our current subversion repo to a Git repo while keeping the version history and ticket references?

Thanks, chirag</description>
      <pubDate>2008-09-21</pubDate>
      <id>afQ43qH98r3z4sab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/afQ43qH98r3z4sab7jnrAJ</link>
    </item>
    <item>
      <title>Confidentiality and security of source code?</title>
      <description>Hi there,

We're a hi-tech startup and we are looking at svn hosting solutions. The confidentiality of our source code is very important to us. What can you say about the reputation of assembla.com's reputation regarding these matters? How about the physical and network security of our source code? And do you work with startups and/or research oriented companies that need premium code confidentiality? Any big shot clients that are willing to give up their names?

Best,

Eray Ozkural, Global Supercomputing Inc.
</description>
      <pubDate>2008-09-21</pubDate>
      <id>dBuCIKH8ir3zvMab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/dBuCIKH8ir3zvMab7jnrAJ</link>
    </item>
    <item>
      <title>Hiding email on commits</title>
      <description>Currently the repository view (git) is displaying the email address of the committer in plaintext. It would be better if the email was removed or obfuscated to prevent spammer harvesting. Legitimate users can obtain the address from git directly.</description>
      <pubDate>2008-08-31</pubDate>
      <id>dht_4-D18r3AP8ab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/dht_4-D18r3AP8ab7jnrAJ</link>
    </item>
    <item>
      <title>Terms &amp; conditions of use should be more visible</title>
      <description>I choose not to log in or create a space (yet). I did see a bit on privacy.

SourceForge says:

&#8220;By submitting, posting or displaying Content on or through SourceForge.net, you grant Company a worldwide, non-exclusive, irrevocable, perpetual, fully sublicensable, royalty-free license to use, reproduce, adapt, modify, translate, create derivative works from, publish, perform, display, rent, resell and distribute such Content (in whole or part) on SourceForge.net and incorporate Content in other works, in any form, media, or technology developed by Company, though Company is not required to incorporate Feedback into any Company products or services. Company reserves the right to syndicate Content submitted, posted or displayed by you on or through SourceForge.net and use that Content in connection with any service offered by Company.&#8221;

What do you say?</description>
      <pubDate>2008-08-02</pubDate>
      <id>dk7x0Yymer3BKKab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/dk7x0Yymer3BKKab7jnrAJ</link>
    </item>
    <item>
      <title>Error migration! Please help!!</title>
      <description>when I execute in local computer 
rake db:migrate -trace

The migration fails at step 35, the error specifically shown is:
Failed to init tools

    * Invoke db:migrate (first_time)
    * Invoke environment (first_time)
    * Execute environment
    * Execute db:migrate
      35 PrivateNetworkAndRecentlyTagged: migrating ============================
      &#8212;execute(&#8220;alter table flows modify column approved boolean&#8221;) &gt; 5.0635s
      - add_column(:users, :title, :String, {:limit=&gt;40}) &gt; 5.3430s
      - add_column(:users, :address1, :String, {:limit=&gt;100}) &gt; 0.1639s
      - add_column(:users, :address2, :String, {:limit=&gt;100}) &gt; 0.2210s
      - add_column(:users, :zipcode, :String, {:limit=&gt;10}) &gt; 0.4025s
      - add_column(:users, :city, :String, {:limit=&gt;50}) &gt; 0.6111s
      - add_column(:users, :State, :String, {:limit=&gt;20}) &gt; 0.0460s
      - add_column(:users, :country, :String, {:limit=&gt;40}) &gt; 0.0435s
      - add_column(:users, :recently_tagged_tags, :String, {:limit=&gt;100}) -&gt; 0.1315s
      Warning: cannot open /proc/net/dev (Permission denied). Limited output.
      rake aborted!
      You have a nil object when you didn&#8217;t expect it!
      You might have expected an instance of Array.
      The error occurred while evaluating nil.split
      /home/serg/Assembla/breakout/vendor/plugins/guid/lib/uuidtools.rb:236:in `timestamp_create&#8217;
      /usr/lib/ruby/1.8/thread.rb:135:in `synchronize&#8217;
      /home/serg/Assembla/breakout/vendor/plugins/guid/lib/uuidtools.rb:226:in `timestamp_create&#8217;
      /home/serg/Assembla/breakout/vendor/plugins/guid/lib/usesguid.rb:34:in `set_uuid&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/callbacks.rb:307:in `send&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/callbacks.rb:307:in `callback&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/callbacks.rb:304:in `each&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/callbacks.rb:304:in `callback&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1929:in `initialize&#8217;
      ./db/migrate//035_private_network_and_recently_tagged.rb:14:in `new&#8217;
      ./db/migrate//035_private_network_and_recently_tagged.rb:14:in `up_without_benchmarks&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:219:in `send&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:219:in `migrate&#8217;
      /usr/lib/ruby/1.8/benchmark.rb:293:in `measure&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:219:in `migrate&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:348:in `migrate&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:339:in `each&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:339:in `migrate&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:307:in `up&#8217;
      /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/migration.rb:298:in `migrate&#8217;
      /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/tasks/databases.rake:85
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain&#8217;
      /usr/lib/ruby/1.8/thread.rb:135:in `synchronize&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run&#8217;
      /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
      /usr/bin/rake:19:in `load&#8217;
      /usr/bin/rake:19

thank you</description>
      <pubDate>2008-07-23</pubDate>
      <id>c5EBPywkur3AYAab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/c5EBPywkur3AYAab7jnrAJ</link>
    </item>
    <item>
      <title>Projeto Metta Cursos</title>
      <description>teste</description>
      <pubDate>2008-07-22</pubDate>
      <id>c-KTLewaqr3AYAab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/c-KTLewaqr3AYAab7jnrAJ</link>
    </item>
  </channel>
</rss>
