checkout

Online Credit Card Payment Processing

Most of my clients require donation and shopping cart integration into their websites. I have always used PayPal to run the transactions, but PayPal is a nightmare to work with. I'm looking for an alternative company to handle the credit card processing. I had looked into Amazon FPS, then realized that it requires an Amazon account in...

UberCart: service products and accommodation?

What is the best way to deal with "service" products. For example, let's say I'm a painter and wish to advertise these services on a site that also sells paint brushes and paint. Now, the paint brushes and paint I can easily set up as products that are sold for X and Y amount. But when creating a product called "Painting your house", it ...

Document checked out in SharePoint when workflow starts

I've found bit of a problem when running a workflow on a document library. When you click new document it'll open up microsoft word in this example. You write some stuff into the document then save it to the library. The workflow associated to the library, in this case a home grown approval workflow with start to run now that the list it...

switch git branch without files checkout

Is it possible in git to switch to another branch without checking out all files? After switching branch I need to delete all files, regenerate them, commit and switch back. So checking out files is just a waste of times (and there are about 14000 files - it is a long operation). To make everything clear: I need all this to upload docu...

cvs checkout from windows command line

Hi, Is there a way to check out from CVS using windows command line (cmd) given the branch, package and destination dir? thanks :) Oded ...

git: Switch branch and ignore any changes without committing.

Hello, I have got the git branch I'm working on to a nice place. So I make a commit with a useful commit message. I then absentmindedly make minor changes to the code that are not work keeping. I now want to changes branches, but git gives me, error: You have local changes to "X"; cannot switch branches. I thought that I could change ...

Subversion: Can I checkout, modify, and then make it a branch?

I did a checkout from my trunk to a local DIR and made lots of local changes there. Now I don't want to commit it back to the trunk, but I'd rather make a branch from this local version. Is that possible? Can I just copy the trunk to a branch, and then cd DIR and svn switch to the branch? UPDATE: Thanks for the answers, it worked! To s...

git says everything-up-to-date when pushing changes to a remote branch

i have commits that are in a remote repository (origin/master) which i want to put in a branch created from that repository (origin/remote_branch). when i checkout to that remote branch git checkout -b mybranch origin/remote_branch then cherry-picked the commits that i made git cherry-pick 9df63616b0428cf6edc4261adb533a1ac516b9a0 ...

SVN - can't check out a file previously deleted and then restored in the repo

There're files/folders that were deleted and then re-added to the repository. svn update > gives me the right-updated revision. files and folders are correctly displayed in the svn repository, if I run 'svn update' 'svn diff' my workspace folder seems in sync but the files/folders are not checked out... any idea of what the problem is? ...

SVN checkout fails saying URL is malformed

I am trying to checkout files using subversion on RedHat Linux but the checkout fails saying URL (http/https) is malformed or the scheme or host or path is missing. I am not sure now what more configuration/setup is needed? I am able to ping the http(s) site properly. Command: svn checkout --username kdeshpa https://teamforge.wal-mart...

svn commit showing updated files as added

I checked in (modified )some of the files recently . When i'm trying to watch the Logs from my local machine every thing is perfect .(the checked in file shows modified status.) But When i try to watch the Log History from someone else's machine ,the checked in files are showing as newly added . Would someone suggest the reason for th...

Copying the .svn directories from a checkout to a non-checkout to make it a checkout

I have a large application in a production environment that I'm trying to move under version control. So, I created a new repo and imported the app, minus various directories and files that shouldn't be under version control. Now, I need to make the installed copy a checkout (but still retain the extra files). At this point, in a recent ...

XML element problem when linking Zmags and Google Checkout

Hi guys, I am attempting to use google checkout to process a shopping cart created with Zmags. With Zmags you can integrate a basket with your e commerce shopping cart, however I want to send it straight to google checkout. Problem is the XML output from zmags is not the same format as the one required by google checkout... The XML ...

Switching branches in git

Sometimes I'm in a feature branch, but I've made an unrelated change that I want to see in master. Often I can just do: git checkout master git commit -m "..." filename But sometimes when I do the checkout I get a warning that there are local changes and thus I can't switch the branch. Why does this only happen sometimes? Is there ...

Given a GIT URI, how can I check it out ?

In this Google IO 2009 presentation, a GIT url is provided in the slides. The URL looks like this http://android.git.kernel.org/?p=platform/development.git;a=commit; h=a42091afb7b122c753f9050ff5dbcb792eb36a78 I want to check out the code, so I ran git clone http://android.git.....rest...of....URI.shown..above But git is aborting wi...

Magento guest checkout option not showing up regardless of allow guest checkout setting

I’m having a strange problem with my fresh magento installation. There is no option for guest checkout even though I have Disable Onepage Checkout: NO, and Allow Guest Checkout: YES. I’ve looked at the core_config_data in the db and can’t find anything that would instigate this behavior. I have no template customizations and have disab...

Quick and Easy Shopping Carts

Can anyone give me the 411 on shopping carts? I have a client that wants to sell gift cards on their website but I would like to find a quick-to-implement solution (5 to 15 hours). The only thing we would sell is gift cards (just one gift card in different amounts - they are gift cards for the client's restaurant) but we don't want to j...

How to cope with "rejected" on git push?

I have a master and a beta branch. There is a situation where push is rejected: edit2: I am on branch master. $ git push Counting objects: 9, done. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 669.81 KiB, done. Total 6 (delta 2), reused 0 (delta 0) To [email protected]:foobar/codedemo.git a5fc71d..64430c1 master...

How do I only Checkout (pull down) only parts of an SVN tree with TortoiseSVN?

I'm using TortoiseSVN and I want to do a Checkout of an existing repository into a local directory. However, I only want to pull down certain portions of the file tree. Is there a way I can do that? For instance: /trunk /project-A /project-B /project-C Let's say I just want to pull down trunk, project-A and project-B. ...

How to Add Tax to Paypal IPN Checkout

I've tried adding the "tax" field, however nothing tax related shows up in my checkout. How do I add the tax amount to my checkout for Paypal? ...