0
votes
2answers
22 views
git checkout remote branch shows extraneous files?
master branch has these files and folders (simplified):
C:\Local\TickZoom\Project>ls
file.txt name.txt public
public branch is tracking a vendor repository and h …
0
votes
5answers
852 views
How can I list files in CVS without an initial checkout?
How can I list files CVS without an initial checkout?
In subversion I can simply do "svn ls http://svn.svn.com" in CVS how can I do this?
For example I've got this CVS connection …
0
votes
2answers
63 views
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: YE …
0
votes
0answers
59 views
Paypal’s “Security header is not valid”
I'm implementing the Express Checkout。
I have no problem with the first two steps:SetExpressCheckout and GetExpressCheckout,but met the "Security header is not valid" at DoExpress …
2
votes
1answer
26 views
PayPal Checkout Buttons and Custom Variables
I have created a rather simple photo gallery that I wish to apply PayPal Checkout buttons. The basics are simple enough, but what I want to do is to at least pre-populate the named …
1
vote
4answers
28 views
Disabling automatic checkout in AnkhSVN
I'm using Visual Studio 2k8 with AnkhSVN.
When I start to modify file, it's automatically checkouted. How can I disable it? I don't want to accidentally modify my files.
0
votes
0answers
25 views
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?
2
votes
2answers
63 views
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 …
1
vote
4answers
101 views
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 …
2
votes
6answers
58 views
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) …
0
votes
1answer
210 views
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 d …
3
votes
7answers
2k views
SVN checkout ignore folder
Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server.
edit: Ignore externals isn't an option. I have some externals that I need.
0
votes
1answer
123 views
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 …
3
votes
5answers
396 views
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 …
0
votes
1answer
79 views
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=a42091afb7b …
