cancel
Showing results for 
Search instead for 
Did you mean: 

GoogleDocs AMP source?

florentdelannoy
Champ in-the-making
Champ in-the-making
Hello,

I'd like to try and fix an issue in Alfresco's GoogleDocs integration, but I can't seem to find the sources for the GoogleDocs AMP file (specifically, alfresco-googledocs-repo-2.0.1-14.amp). I searched Alfresco's SDK and googled to no avail.

Could anyone point me to the right place?

Cheers,
Florent
5 REPLIES 5

jpotts
World-Class Innovator
World-Class Innovator

florentdelannoy
Champ in-the-making
Champ in-the-making
Thanks for your help Jeff, it's very much appreciated. Smiley Happy

Now this may be due to my inexperience with SVN, but it seems this repository only stores the current HEAD and no branches or tags, and is therefore missing quite a bit of development.

For example, I was looking for the source of the latest version of the Google Docs Share AMP, 2.0.3-23, to integrate some changes I've done to it. However, the repo (according to svn log) doesn't contain any commit addressing the issue that led 2.0.3-23 to be released in mid-May ( http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/integration-other-s... ).

Commands I've used to reach this conclusion:

<blockquote>$ svn checkout https://svn.alfresco.com/repos/alfresco-open-mirror/integrations/GoogleDocs/</blockquote>

(Long output…)
Checked out revision 52744.

<blockquote>$ cd GoogleDocs/HEAD/Google\ Docs\ Share/</blockquote>
<blockquote>$ svn log</blockquote>
Showing three commits from Will Abson after mid-May, non related to the Google variable issue.

Am I doing something wrong?

Thanks for your help.

Florent

jpotts
World-Class Innovator
World-Class Innovator
here's a commit by Jared at around this time but the comment makes it sound unrelated:

jpotts-alfresco-mbp:Googledocs jpotts$ svn log -r r50290
————————————————————————
r50290 | jottley | 2013-05-22 15:52:11 -0500 (Wed, 22 May 2013) | 3 lines

Merge BRANCHES/DEV/CLOUD to HEAD
    50232: Update project to use Maven SDK 1.0.2-SNAPSHOT.  This fixes build issues around missing folders.


Let me ping Jared.

jottley
Confirmed Champ
Confirmed Champ
I was just merging some of the fixes to other branches today…  When the bug occurred HEAD had already moved forward towards 2.1 (not yet released) and we don't have the TAGs mirrored publicly yet. (I'll talk to our IT depart to get the TAGs mirrored publicly.)  In the meantime, the attached zip [https://forums.alfresco.com/sites/forums/files/V2.0.3.txt] file has the tag, just change the extension back to zip.

Jared

Thanks Jeff and Jared!

I uploaded a new version of my fix for GOOGLEDOCS-214 at https://github.com/Pluies/Alfresco-Google-docs-plugin ; based on v2.0.3-23.

Having the tags mirrored would be really useful. Thanks for looking into it!

Florent