Re: ColdFusion + SVNkit

2008-12-18 Thread Raymond Camden
BIG GIANT DISCLAIMER:

I have not looked at this code in forever. It may destroy you
complete, steal your candy, and kill your new little puppy by backing
over it with it's hot rod car.

That being said, if it works, you better visit my wishlist or I'll
guilt you for eternity.

http://www.coldfusionjedi.com/downloads/svnkit.zip

Seems to include JUST read stuff, which makes sense due to the fact
that RIAForge's main SVN stuff was viewing/getting history/etc.


On Thu, Dec 18, 2008 at 7:10 PM, denstar  wrote:
> I wrote one too!  Great minds..., right?  RIGHT?  :-)
>
> About the only cool thing with mine is that it works over https
> (svnkit has a funky deal with the https, where code that works for the
> other protocols won't work for https-- unless you add stuff in a
> certain order, or use an internal helper (I did the former, since I
> didn't find out about the helper 'till after)).
>
> I can share the code, but even after a few refactors it's still
> pretty, um, dirty.
>
> Probably only really good for finding out how to do some stuff...
> well, and there is the fckeditor connector, that replaces the fck
> "browse server" with a SVN repo browser.  And you can use fck to edit
> files in the repo, if they're text-based.  And there are some dojo UI
> whatnots.  That stuff is pretty cool, I guess.  :)p
>
> Ray, if your issue was with creating files/directories over https,
> I've got the solution for you (or a couple, actually ;]).
>
> I wrote it as an MG Gesture "actionpack", so one would need MG3 if one
> wanted to try it as-is, and I haven't really shared it with others,
> so... well, it might not "just work" out of the box.
>
> But what the hell, if anyone wants to see what I wrote, I can delete
> some of  (a huge swath of) the "left-over" code and post a link to the
> source.  I think the "meat" is in, like, two CFCs.
>
> It's not really all that and a bag of chips, but it's getting there.
> Eventually it will be some project somewhere, actually worthy of
> sharing.  It ain't there yet tho.  Really only of interest to people
> messing with svnkit, for like, informational purposes, or whatever.
>
> Um, yeah, basically, just hit me up if you have problems creating
> files/directories over https, in retrospect. =]
>
> :Denny
>
> --
> Ideas are refined and multiplied in the commerce of minds. In their
> splendor, images effect a very simple communion of souls.
> Gaston Bachelard
>
> On Thu, Dec 18, 2008 at 3:03 PM, Raymond Camden wrote:
>> Same here. I wrote a CFC wrapper for it intending to use it for
>> RIAForge, but ran into an issue. So it's flawed, but it's something,
>> and I can post it if you want it.
>>
>>
>> On Wed, Dec 17, 2008 at 11:18 PM, ronnie otts wrote:
 Has anyone used the SVNkit (http://svnkit.com/) and can advise me how
 to interface ColdFusion (to obtain log messages from Subversion)?
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316944
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion + SVNkit

2008-12-18 Thread denstar
I wrote one too!  Great minds..., right?  RIGHT?  :-)

About the only cool thing with mine is that it works over https
(svnkit has a funky deal with the https, where code that works for the
other protocols won't work for https-- unless you add stuff in a
certain order, or use an internal helper (I did the former, since I
didn't find out about the helper 'till after)).

I can share the code, but even after a few refactors it's still
pretty, um, dirty.

Probably only really good for finding out how to do some stuff...
well, and there is the fckeditor connector, that replaces the fck
"browse server" with a SVN repo browser.  And you can use fck to edit
files in the repo, if they're text-based.  And there are some dojo UI
whatnots.  That stuff is pretty cool, I guess.  :)p

Ray, if your issue was with creating files/directories over https,
I've got the solution for you (or a couple, actually ;]).

I wrote it as an MG Gesture "actionpack", so one would need MG3 if one
wanted to try it as-is, and I haven't really shared it with others,
so... well, it might not "just work" out of the box.

But what the hell, if anyone wants to see what I wrote, I can delete
some of  (a huge swath of) the "left-over" code and post a link to the
source.  I think the "meat" is in, like, two CFCs.

It's not really all that and a bag of chips, but it's getting there.
Eventually it will be some project somewhere, actually worthy of
sharing.  It ain't there yet tho.  Really only of interest to people
messing with svnkit, for like, informational purposes, or whatever.

Um, yeah, basically, just hit me up if you have problems creating
files/directories over https, in retrospect. =]

:Denny

-- 
Ideas are refined and multiplied in the commerce of minds. In their
splendor, images effect a very simple communion of souls.
Gaston Bachelard

On Thu, Dec 18, 2008 at 3:03 PM, Raymond Camden wrote:
> Same here. I wrote a CFC wrapper for it intending to use it for
> RIAForge, but ran into an issue. So it's flawed, but it's something,
> and I can post it if you want it.
>
>
> On Wed, Dec 17, 2008 at 11:18 PM, ronnie otts wrote:
>>> Has anyone used the SVNkit (http://svnkit.com/) and can advise me how
>>> to interface ColdFusion (to obtain log messages from Subversion)?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion + SVNkit

2008-12-18 Thread cf rotts
Ray,

I would like to compare the CFC I wrote to one written by a ColdFusion Jedi.

ro...@uwf.edu


>Same here. I wrote a CFC wrapper for it intending to use it for
>RIAForge, but ran into an issue. So it's flawed, but it's something,
>and I can post it if you want it.
>
>
>
>>> Has anyone used the SVNkit (http://svnkit.com/) and can advise me how
>>> to interface ColdFusion (to obtain log messages from Subversion)?
>>
>>
>> do you still need an answer on this, if so I have some code that may get you 
>> going.
>>
>>
>
>
>
>
>-- 
>===
>Raymond Camden, VP of Software Dev, Broadchoice
>
>Email: r...@camdenfamily.com
>Blog  : www.coldfusionjedi.com
>AOL IM : cfjedimaster
>
>Keep up to date with the community: http://www.coldfusionbloggers.org 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316942
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion + SVNkit

2008-12-18 Thread Raymond Camden
Same here. I wrote a CFC wrapper for it intending to use it for
RIAForge, but ran into an issue. So it's flawed, but it's something,
and I can post it if you want it.


On Wed, Dec 17, 2008 at 11:18 PM, ronnie otts  wrote:
>> Has anyone used the SVNkit (http://svnkit.com/) and can advise me how
>> to interface ColdFusion (to obtain log messages from Subversion)?
>
>
> do you still need an answer on this, if so I have some code that may get you 
> going.
>
>




-- 
===
Raymond Camden, VP of Software Dev, Broadchoice

Email: r...@camdenfamily.com
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316937
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion + SVNkit

2008-12-17 Thread ronnie otts
> Has anyone used the SVNkit (http://svnkit.com/) and can advise me how 
> to interface ColdFusion (to obtain log messages from Subversion)? 


do you still need an answer on this, if so I have some code that may get you 
going.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316887
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion + SVNkit

2008-11-13 Thread Tom Chiverton
On Wednesday 12 Nov 2008, Kamru Miah wrote:
> I thought the SVNkit would allow much faster/efficient method of getting
> the necessary Subversion commit details - right?

Depends where the bottle neck is, and how often you're running your process 
really.
If I understand right, you just need to check the rev. of every dir 
in /project/tags/ and see if it's less than the rev of /project/trunk, which 
doesn't sound expensive.

-- 
Tom Chiverton
Helping to continuously exploit revolutionary vertical front-end relationships





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315211
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion + SVNkit

2008-11-12 Thread AJ Mercer
I think the skweegee project uses it

http://skweegee.riaforge.org/

On Tue, Nov 11, 2008 at 9:16 PM, Kamru Miah <[EMAIL PROTECTED]> wrote:

> Has anyone used the SVNkit (http://svnkit.com/) and can advise me how to
> interface ColdFusion (to obtain log messages from Subversion)?
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315182
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion + SVNkit

2008-11-12 Thread Kamru Miah
Thank you for your suggestion, Tom.

> You could just cfexecute the svn command line client, and parse it's 
> XML responses (--xml argument).
> Bound to be easier than trying to work the Java interface.

Since my post, I have already tried cfexecute method, but it's extremely slow 
when looping though a large number of applications in order to check which ones 
have not been made live yet (i.e. comparing trunk with the tags).

I thought the SVNkit would allow much faster/efficient method of getting the 
necessary Subversion commit details - right?

Kamru


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315140
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion + SVNkit

2008-11-12 Thread Tom Chiverton
On Tuesday 11 Nov 2008, Kamru Miah wrote:
> Has anyone used the SVNkit (http://svnkit.com/) and can advise me how to
> interface ColdFusion (to obtain log messages from Subversion)?

You could just cfexecute the svn command line client, and parse it's XML 
responses (--xml argument).
Bound to be easier than trying to work the Java interface.

-- 
Tom Chiverton
Helping to collaboratively orchestrate synergies





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315136
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusion + SVNkit

2008-11-11 Thread Kamru Miah
Has anyone used the SVNkit (http://svnkit.com/) and can advise me how to 
interface ColdFusion (to obtain log messages from Subversion)? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315073
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4