checkout

Easiest way to distribute an application to be download and updated via SVN?

I have a client that must install a web application by himself, is there a way I can send him a package(installer) that installs TortoiseSVN and checkout a working copy of the code? I Guess I can always make an NSIS installer, but maybe, just maybe there is already an application that do that. Thanks! ...

Why does Git display certain new folders when checking out old revisions?

Hey all - I'm still learning the ropes of Git (love it!) but the other day I noticed some behavior I just do not understand. We have, in essence, three folders that got moved into the repository at different times (one immediately after we created the repo, one a little while later, and one just recently). Recently, I had to get some cod...

Git. Checkout feature branch between merge commits

Hi all It's kind weird, but I can't fulfill a pretty common operation with git. Basically what I want is to checkout a feature branch, not using it's head but using SHA id. This SHA points between merges from master branch. The problem is that all I get is just master branch without a commits from feature branch. Currently I'm trying t...

Subversion: svn protocol with HTTP/HTTPS proxy

Hi all, I need to do a svn checkout,say svn checkout svn://XYZ.com/trunk. I am using the svn client from behind the proxy. I had accessed other repositries using the http protocol in past but with svn protocol,it fails with "Connection Refused", reason I think being the port not allowed by the proxy.Nonetheless, the HTTP protocol is ...

How to integrate shopping cart system for flash application

Hello. I've built a simple flash application that takes a user's photo/image, offers various effects and filters to play with. In the end, the application can write-out the resulting image to a PDF print file (to be purchased and sent to a printer). Currently I'm using PHP to template the web pages, with the Flash app embedded in the ...

CVS Error when using anonymous user and pserver

Hi, I have setup an anonymous cvs user to be able to check out my project from cvs without having to enter a password. However, when I try to login to cvs using the following command cvs -d :pserver:anonymous@[HOSTNAME]:/home/cvs/cvsroot login and then presss enter when prompted for a password CVS Password: I get the following erro...

SVN best practice - checking out root folder

Hi all, quick question about svn checkout best practice. Once the structure of a repository is set up, ie trunk, branches, tags, is it normal to have the root checked out to our local machines. Or should you only check out the trunk if that's what you are working on or a branch if we so choose to create one. The reason i ask is that ev...

SVN checkout browser

I've been looking all over for a SVN browser. Now I'm not talking about anything like WebSVN or TRAC, I don't want to browse the repository; I want to browse the checkout. I'm looking for a program that lets me browse the checkout (working copy) and shows me the info I'd normally need to SSH for. So I could mark specific files or fold...

How do I check out Eclipse projects from CVS using the command line

Hi. I'm trying to check out the Mylyn project from Eclipse. However, I can't use Eclipse to check out the projects and am having to do it via the command line. I'm behind a firewall so am basing my attempt on http://wiki.eclipse.org/CVS_Howto#CVS_and_firewalls. I'm not very familiar with CVS. When I run my CVS command, it fails to co...

How to implement checkout/basket system

Hi, I'm making an app for fun and would like to know how to implement a checkout/basket system on the app. Basically, a list of products is pulled in from a web server in form of XML file, which is then displayed in a UITableView controller. A tap on the cell takes the user to a more detailed overview of the product. The app would need...

SVN update returns nothing, while it should

Hi everyone, First some background information; I've set up my SVN repository on my local server at home using VisualSVN Server. Using SSH on (or via php/shell script), i am able to check out a folder from this repository to the webserver, all goes well. Also updates and other svn commands execute normaly and return their messages. ...

Using Google Checkout, can I add items to the cart with text links?

Demo here using buttons http://checkout.google.com/seller/gsc/v2/demo/index.html I want to use, if possible text links in place of input buttons. Thanks everyone! ...

maven scm plugin deleting output folder in every execution

Hi all, I need to download from 2 different svn locations to the same output directory. So i configured 2 different executions. But every time it executes a checkout deletes the output directory so it also deletes the already downloaded projects. Here is a sample of my pom.xml: <profile> <id>checkout</id> <activation> <p...

teamcity force checkout

I have teamcity project that use mercurial. I did a few manually changes to the files in teamcity/buildAgent/work directory. The problem is that now I cannot update the files to the files in the repository. How can I force re checkout for the teamcity? Is there any option to get rid of the old checkout? ...

execute build.xml with maven

Is it possible to execute build.xml script with maven? This script checksout all my projects and subprojects and I've just got used to using maven, didn't really use much of an ant before and I know ant can be used with maven so my question is how ? ...

Paypal Standard option does not appear on the Checkout page

After I fill in all the information in the backend of my Magento 1.4.0.1 installation as described here, the Paypal option is not available on the One-Page-Checkout. Does anyone have an idea as to why this can be happening? Cache and Var have been emptied and I tried it on the standard and on my own theme. Kind regards, Avalon ...

PayPal Fetch Token

Hello, I am using the PayPal API for Express Checkout Integration. Upon setting the Express Checkout, one gets to a page with a token, like this page: https://api-3t.sandbox.paypal.com/nvp The token looks more or less like that ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAGE0=Method%20Specified%20is...

Checkout an SVN Project using Subversive in Eclipse

So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN. I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue? Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo? ...

Clean checkout from TFS 2008

Hi all, I want to pass a project to a colleague without SCC bindings to avoid accidental changes in my repository. Is it possible to do a clean checkout from a TFS 2008 repo? I'm going crazy finding such an option in VS2008. Thanks in advance. ...

Multiple CheckOut or Multiple Commit .

Hello sorry for my English ... I'm using Visual studio 2008 with C# and SharpSVN dll (for Subversion 1.6) I wish to commit to multiple different folders in my repository, but without having to checkout the entire repository. I tried using the method: SVNClient.Commit (ICollection coll, CommitArgs ca); Where eg coll [0] = "c:\svnChe...