Re: (ot) CF Builder SVN

2012-11-27 Thread Dave Merrill

+1 for visualsvn server if you'e hosting locally. Really straightforward.

Dave Merrill


On Wed, Nov 7, 2012 at 2:24 PM, Matthew a.matthe...@yahoo.com wrote:


 Out if interest, what OS do you develop on? If it's on windows OS have
 considered visualsvn server? http://www.visualsvn.com/server

 Matt.

 On 7 Nov 2012, at 18:46, Michael Reick mich...@widgethq.com wrote:

 
  I've decided to finally make the plunge and start using CF Builder
 (latest version, I think. 2 update 1)  For some inane reason I've also
 decided to start using Subversion for source/versioning control at the same
 time.
 
  I think I've got the SVN server running correctly, TortoiseSVN will let
 me browse, I think the server. And I used Wil's article on how to get
 CFBuilder to talk to the SVN server.
 
  In Builder, I've got at least one existing project (entire codebase of a
 large site) that I want to add to svn.  Everything I try to go to Team -
 Share Project, it will let me select the SVN server, give me a bunch of
 options, (Doesn't seem to matter which I choose) and at some point it will
 fail, giving me a cryptic Share project has failed. svn: url
 'svn://serveraddress/trunk/Development' doesn't exist. I refresh
 TortoiseSVN and I see those directories/locations.  I try again, and it
 fails with the same error message.  I try deleting everything in
 TortoiseSVN and try from scratch with the same results.
 
  I'm still not totally convinced that I want to use SVN, and I haven't
 even gotten to the point of trying to check/in/commit code. So far, it's
 been less than encouraging, especially since I'm still the only developer
 on this code.
 
  Any helpful hints? Suggestions? Comments?
 
  Thanks!
  Michael Reick
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353303
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: (ot) CF Builder SVN

2012-11-08 Thread Will Swain

Just to chip in, we've been using http://repositoryhosting.com/ for well
over a year. SVN, Git and Mercurial hosting, and Trac. Very reasonable
pricing. We've been very happy.

Will

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: 07 November 2012 22:15
To: cf-talk
Subject: Re: (ot) CF Builder  SVN



 don;t run your own, use an online service www.projectlocker.com give a 
 pretty decent free account.


Yeah, what Russ said.

1++ for projectlocker.

I have also used xp-dev https://xp-dev.com/  and assembla
https://www.assembla.com/ with good results.  xp-dev.com has the added bonus
of providing  Trac.

I am partial to Assembla at the moment given the amount of (unlimited) space
they give you.

This may help with shopping for a host http://www.svnhostingcomparison.com/

HTH
G!


On Wed, Nov 7, 2012 at 2:09 PM, Russ Michaels r...@michaels.me.uk wrote:


 don;t run your own, use an online service www.projectlocker.com give a 
 pretty decent free account.



 On Wed, Nov 7, 2012 at 6:46 PM, Michael Reick mich...@widgethq.com
 wrote:

 
  I've decided to finally make the plunge and start using CF Builder
 (latest
  version, I think. 2 update 1)  For some inane reason I've also 
  decided to start using Subversion for source/versioning control at the
same time.
 
  I think I've got the SVN server running correctly, TortoiseSVN will 
  let
 me
  browse, I think the server. And I used Wil's article on how to get 
  CFBuilder to talk to the SVN server.
 
  In Builder, I've got at least one existing project (entire codebase 
  of a large site) that I want to add to svn.  Everything I try to go 
  to Team - Share Project, it will let me select the SVN server, give 
  me a bunch of options, (Doesn't seem to matter which I choose) and 
  at some point it
 will
  fail, giving me a cryptic Share project has failed. svn: url 
  'svn://serveraddress/trunk/Development' doesn't exist. I refresh 
  TortoiseSVN and I see those directories/locations.  I try again, and 
  it fails with the same error message.  I try deleting everything in 
  TortoiseSVN and try from scratch with the same results.
 
  I'm still not totally convinced that I want to use SVN, and I 
  haven't
 even
  gotten to the point of trying to check/in/commit code. So far, it's 
  been less than encouraging, especially since I'm still the only 
  developer on this code.
 
  Any helpful hints? Suggestions? Comments?
 
  Thanks!
  Michael Reick
 
 

 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353087
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-08 Thread Andrew Scott

You don't mention it, but to be more productive with SVN in Eclipse, you
should take a look at a few plugins like Subversive. This will allow you to
share / commit and everything else right in the IDE.

As for Subversion, personally I run my own as well. But for me it is easy
as I have enough memory and HD space on my machine, that I use VirtualBox
to start and stop the server when I need too.

Also if you want a good one click package and management console via the
web, I would go with CollabNet as they have been putting these packages
together for a number of years now.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/113032480415921517411



On Thu, Nov 8, 2012 at 5:46 AM, Michael Reick mich...@widgethq.com wrote:


 I've decided to finally make the plunge and start using CF Builder (latest
 version, I think. 2 update 1)  For some inane reason I've also decided to
 start using Subversion for source/versioning control at the same time.

 I think I've got the SVN server running correctly, TortoiseSVN will let me
 browse, I think the server. And I used Wil's article on how to get
 CFBuilder to talk to the SVN server.

 In Builder, I've got at least one existing project (entire codebase of a
 large site) that I want to add to svn.  Everything I try to go to Team -
 Share Project, it will let me select the SVN server, give me a bunch of
 options, (Doesn't seem to matter which I choose) and at some point it will
 fail, giving me a cryptic Share project has failed. svn: url
 'svn://serveraddress/trunk/Development' doesn't exist. I refresh
 TortoiseSVN and I see those directories/locations.  I try again, and it
 fails with the same error message.  I try deleting everything in
 TortoiseSVN and try from scratch with the same results.

 I'm still not totally convinced that I want to use SVN, and I haven't even
 gotten to the point of trying to check/in/commit code. So far, it's been
 less than encouraging, especially since I'm still the only developer on
 this code.

 Any helpful hints? Suggestions? Comments?

 Thanks!
 Michael Reick




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353088
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-08 Thread Pradeep Viswanathan Rajasekaran

+1 for collabnet subversion edge, using the same here.
On Nov 8, 2012 4:01 PM, Andrew Scott andr...@andyscott.id.au wrote:


 You don't mention it, but to be more productive with SVN in Eclipse, you
 should take a look at a few plugins like Subversive. This will allow you to
 share / commit and everything else right in the IDE.

 As for Subversion, personally I run my own as well. But for me it is easy
 as I have enough memory and HD space on my machine, that I use VirtualBox
 to start and stop the server when I need too.

 Also if you want a good one click package and management console via the
 web, I would go with CollabNet as they have been putting these packages
 together for a number of years now.

 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/113032480415921517411



 On Thu, Nov 8, 2012 at 5:46 AM, Michael Reick mich...@widgethq.com
 wrote:

 
  I've decided to finally make the plunge and start using CF Builder
 (latest
  version, I think. 2 update 1)  For some inane reason I've also decided to
  start using Subversion for source/versioning control at the same time.
 
  I think I've got the SVN server running correctly, TortoiseSVN will let
 me
  browse, I think the server. And I used Wil's article on how to get
  CFBuilder to talk to the SVN server.
 
  In Builder, I've got at least one existing project (entire codebase of a
  large site) that I want to add to svn.  Everything I try to go to Team -
  Share Project, it will let me select the SVN server, give me a bunch of
  options, (Doesn't seem to matter which I choose) and at some point it
 will
  fail, giving me a cryptic Share project has failed. svn: url
  'svn://serveraddress/trunk/Development' doesn't exist. I refresh
  TortoiseSVN and I see those directories/locations.  I try again, and it
  fails with the same error message.  I try deleting everything in
  TortoiseSVN and try from scratch with the same results.
 
  I'm still not totally convinced that I want to use SVN, and I haven't
 even
  gotten to the point of trying to check/in/commit code. So far, it's been
  less than encouraging, especially since I'm still the only developer on
  this code.
 
  Any helpful hints? Suggestions? Comments?
 
  Thanks!
  Michael Reick
 
 


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353093
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(ot) CF Builder SVN

2012-11-07 Thread Michael Reick

I've decided to finally make the plunge and start using CF Builder (latest 
version, I think. 2 update 1)  For some inane reason I've also decided to start 
using Subversion for source/versioning control at the same time.

I think I've got the SVN server running correctly, TortoiseSVN will let me 
browse, I think the server. And I used Wil's article on how to get CFBuilder to 
talk to the SVN server.

In Builder, I've got at least one existing project (entire codebase of a large 
site) that I want to add to svn.  Everything I try to go to Team - Share 
Project, it will let me select the SVN server, give me a bunch of options, 
(Doesn't seem to matter which I choose) and at some point it will fail, giving 
me a cryptic Share project has failed. svn: url 
'svn://serveraddress/trunk/Development' doesn't exist. I refresh TortoiseSVN 
and I see those directories/locations.  I try again, and it fails with the same 
error message.  I try deleting everything in TortoiseSVN and try from scratch 
with the same results.

I'm still not totally convinced that I want to use SVN, and I haven't even 
gotten to the point of trying to check/in/commit code. So far, it's been less 
than encouraging, especially since I'm still the only developer on this code.

Any helpful hints? Suggestions? Comments? 

Thanks!
Michael Reick 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Russ Michaels

don;t run your own, use an online service
www.projectlocker.com give a pretty decent free account.



On Wed, Nov 7, 2012 at 6:46 PM, Michael Reick mich...@widgethq.com wrote:


 I've decided to finally make the plunge and start using CF Builder (latest
 version, I think. 2 update 1)  For some inane reason I've also decided to
 start using Subversion for source/versioning control at the same time.

 I think I've got the SVN server running correctly, TortoiseSVN will let me
 browse, I think the server. And I used Wil's article on how to get
 CFBuilder to talk to the SVN server.

 In Builder, I've got at least one existing project (entire codebase of a
 large site) that I want to add to svn.  Everything I try to go to Team -
 Share Project, it will let me select the SVN server, give me a bunch of
 options, (Doesn't seem to matter which I choose) and at some point it will
 fail, giving me a cryptic Share project has failed. svn: url
 'svn://serveraddress/trunk/Development' doesn't exist. I refresh
 TortoiseSVN and I see those directories/locations.  I try again, and it
 fails with the same error message.  I try deleting everything in
 TortoiseSVN and try from scratch with the same results.

 I'm still not totally convinced that I want to use SVN, and I haven't even
 gotten to the point of trying to check/in/commit code. So far, it's been
 less than encouraging, especially since I'm still the only developer on
 this code.

 Any helpful hints? Suggestions? Comments?

 Thanks!
 Michael Reick

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353076
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Matthew

Out if interest, what OS do you develop on? If it's on windows OS have 
considered visualsvn server? http://www.visualsvn.com/server

Matt.

On 7 Nov 2012, at 18:46, Michael Reick mich...@widgethq.com wrote:

 
 I've decided to finally make the plunge and start using CF Builder (latest 
 version, I think. 2 update 1)  For some inane reason I've also decided to 
 start using Subversion for source/versioning control at the same time.
 
 I think I've got the SVN server running correctly, TortoiseSVN will let me 
 browse, I think the server. And I used Wil's article on how to get CFBuilder 
 to talk to the SVN server.
 
 In Builder, I've got at least one existing project (entire codebase of a 
 large site) that I want to add to svn.  Everything I try to go to Team - 
 Share Project, it will let me select the SVN server, give me a bunch of 
 options, (Doesn't seem to matter which I choose) and at some point it will 
 fail, giving me a cryptic Share project has failed. svn: url 
 'svn://serveraddress/trunk/Development' doesn't exist. I refresh TortoiseSVN 
 and I see those directories/locations.  I try again, and it fails with the 
 same error message.  I try deleting everything in TortoiseSVN and try from 
 scratch with the same results.
 
 I'm still not totally convinced that I want to use SVN, and I haven't even 
 gotten to the point of trying to check/in/commit code. So far, it's been less 
 than encouraging, especially since I'm still the only developer on this code.
 
 Any helpful hints? Suggestions? Comments? 
 
 Thanks!
 Michael Reick 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353077
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Pradeep Viswanathan Rajasekaran

It sounds like the svn url is wrong, just try creating a new empty repo and
importing it. Try an URL like svn://seevername/projectname.

Else try adding from other client tool initially and then get from cf
builder.
On Nov 7, 2012 10:47 PM, Michael Reick mich...@widgethq.com wrote:


 I've decided to finally make the plunge and start using CF Builder (latest
 version, I think. 2 update 1)  For some inane reason I've also decided to
 start using Subversion for source/versioning control at the same time.

 I think I've got the SVN server running correctly, TortoiseSVN will let me
 browse, I think the server. And I used Wil's article on how to get
 CFBuilder to talk to the SVN server.

 In Builder, I've got at least one existing project (entire codebase of a
 large site) that I want to add to svn.  Everything I try to go to Team -
 Share Project, it will let me select the SVN server, give me a bunch of
 options, (Doesn't seem to matter which I choose) and at some point it will
 fail, giving me a cryptic Share project has failed. svn: url
 'svn://serveraddress/trunk/Development' doesn't exist. I refresh
 TortoiseSVN and I see those directories/locations.  I try again, and it
 fails with the same error message.  I try deleting everything in
 TortoiseSVN and try from scratch with the same results.

 I'm still not totally convinced that I want to use SVN, and I haven't even
 gotten to the point of trying to check/in/commit code. So far, it's been
 less than encouraging, especially since I'm still the only developer on
 this code.

 Any helpful hints? Suggestions? Comments?

 Thanks!
 Michael Reick

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Michael Reick

My server is Windows based.  I'm using SlikSvn as the SVN server.

Michael

 Out if interest, what OS do you develop on? If it's on windows OS have 
 considered visualsvn server? http://www.visualsvn.com/server
 
 Matt.
 
 On 7 Nov 2012, at 18:46, Michael Reick mich...@widgethq.com wrote:
 
  
  I've decided to finally make the plunge and start using CF Builder 
 (latest version, I think. 2 update 1)  For some inane reason I've also 
 decided to start using Subversion for source/versioning control at the 
 same time.
  
  I think I've got the SVN server running correctly, TortoiseSVN will 
 let me browse, I think the server. And I used Wil's article on how to 
 get CFBuilder to talk to the SVN server.
  
  In Builder, I've got at least one existing project (entire codebase 
 of a large site) that I want to add to svn.  Everything I try to go to 
 Team - Share Project, it will let me select the SVN server, give me a 
 bunch of options, (Doesn't seem to matter which I choose) and at some 
 point it will fail, giving me a cryptic Share project has failed. svn: 
 url 'svn://serveraddress/trunk/Development' doesn't exist. I refresh 
 TortoiseSVN and I see those directories/locations.  I try again, and 
 it fails with the same error message.  I try deleting everything in 
 TortoiseSVN and try from scratch with the same results.
  
  I'm still not totally convinced that I want to use SVN, and I 
 haven't even gotten to the point of trying to check/in/commit code. So 
 far, it's been less than encouraging, especially since I'm still the 
 only developer on this code.
  
  Any helpful hints? Suggestions? Comments? 
  
  Thanks!
  Michael Reick 
  
  

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Michael Reick

I would, but my budget is exactly 0 for this.  And I've got enough data that if 
I screw up and upload images/SWF content, I would be way over the free limits.

Just to get my feet wet, I want to run my own.  If it turns out that having a 
remote repository is better after I figure it out, I'll keep them in mind.

Michael

don;t run your own, use an online service
www.projectlocker.com give a pretty decent free account.





 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Michael Reick

The repo was empty when I tried adding the first project.

I'm trying to add the project via TortoiseSVN client and see if CFBuilder will 
pick it up.

Michael

It sounds like the svn url is wrong, just try creating a new empty repo and
importing it. Try an URL like svn://seevername/projectname.

Else try adding from other client tool initially and then get from cf
builder.
On Nov 7, 2012 10:47 PM, Michael Reick mich...@widgethq.com wrote:

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) CF Builder SVN

2012-11-07 Thread Gerald Guido


 don;t run your own, use an online service
 www.projectlocker.com give a pretty decent free account.


Yeah, what Russ said.

1++ for projectlocker.

I have also used xp-dev https://xp-dev.com/  and assembla
https://www.assembla.com/ with good results.  xp-dev.com has the added
bonus of providing  Trac.

I am partial to Assembla at the moment given the amount of (unlimited)
space they give you.

This may help with shopping for a host http://www.svnhostingcomparison.com/

HTH
G!


On Wed, Nov 7, 2012 at 2:09 PM, Russ Michaels r...@michaels.me.uk wrote:


 don;t run your own, use an online service
 www.projectlocker.com give a pretty decent free account.



 On Wed, Nov 7, 2012 at 6:46 PM, Michael Reick mich...@widgethq.com
 wrote:

 
  I've decided to finally make the plunge and start using CF Builder
 (latest
  version, I think. 2 update 1)  For some inane reason I've also decided to
  start using Subversion for source/versioning control at the same time.
 
  I think I've got the SVN server running correctly, TortoiseSVN will let
 me
  browse, I think the server. And I used Wil's article on how to get
  CFBuilder to talk to the SVN server.
 
  In Builder, I've got at least one existing project (entire codebase of a
  large site) that I want to add to svn.  Everything I try to go to Team -
  Share Project, it will let me select the SVN server, give me a bunch of
  options, (Doesn't seem to matter which I choose) and at some point it
 will
  fail, giving me a cryptic Share project has failed. svn: url
  'svn://serveraddress/trunk/Development' doesn't exist. I refresh
  TortoiseSVN and I see those directories/locations.  I try again, and it
  fails with the same error message.  I try deleting everything in
  TortoiseSVN and try from scratch with the same results.
 
  I'm still not totally convinced that I want to use SVN, and I haven't
 even
  gotten to the point of trying to check/in/commit code. So far, it's been
  less than encouraging, especially since I'm still the only developer on
  this code.
 
  Any helpful hints? Suggestions? Comments?
 
  Thanks!
  Michael Reick
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm