Questions tagged [depot]

23 questions
1
vote
1 answer

How to make sure if the vehicle start from a depot m, it must return to the same depot in CPLEX in Location Routing Problem

this is in my OPL code in Location Routing Problem, there are 3 candidates depots, 8 customers and 4 vehicles. the optimal result was: 300174667, the depot which open are 2nd and 3rd depot. the route turns out like this: from depot 2-4-8- depot 3…
ndns
  • 21
  • 3
1
vote
1 answer

How to do both ways integrations across different Perforce depots?

I would like to know how we are supposed to do integration between different Perforce servers/depots. I'm looking for a solution that would allow us to do both-ways integrations. This Using Remote Depots article describes how to map the remote…
sorin
  • 161,544
  • 178
  • 535
  • 806
1
vote
1 answer

Extending 'depot' app to include total items in cart

I'm working my way through creating the depot app from the book 'agile web development with rails'. I'm wanting to change its functionality so that instead of the cart appearing in the side column, I instead get a statement with '(x) items currently…
ecs
  • 708
  • 1
  • 14
  • 33
1
vote
4 answers

Why is my image_url Unit Test failing? (from Agile Web Development with Rails 'Depot' tutorial)

I'm new and trying to learn Rails using the book Agile Web Development with Rails, Fourth Edition (for Rails 3.2). Been able to get through all of the chapters so far without hiccups. If there were errors, it was usually my sloppy code (forgetting a…
0
votes
1 answer

Setting up Perforce depot for multiple projects

Summary: Want help to figure out how to setup the depot and my development environment so that I can support multiple, related projects. Details: Until now I've had a depot which had in it only one project - ProjectA - robot version A. I am starting…
Harjit
  • 11
  • 1
0
votes
1 answer

Perforce "p4 edit" opens file in depot

Im using p4v. When i checkout some file in workspace p4v shows next command in log: p4 edit -c default d:\p4\depot...\file.txt And I need to make same thing in cmd All enviroment variables are set as: P4CHARSET=utf8 (set -s) P4CLIENT=workspace_name…
Alexeev Mikhail
  • 315
  • 3
  • 10
0
votes
2 answers

Perforce remote depot

I start with explaining the situation. I have a server "A" where I submit official versions of my code, and a machine "M" where I generate daily builds, but sometimes I generate specific versions for my customers those I don't submit them into the…
CHAKRI
  • 203
  • 1
  • 3
  • 9
-1
votes
1 answer

Route issue? Rails 'depot' issue with save_order redirecting

I am making a rails depot application. After a user selects items to buy and proceeds to checkout, I want to save their order. If the save fails, I want to redirect to the index. If the save succeeds, it should clear the session[:cart]. Then…
pxlcrisis
  • 117
  • 2
  • 6
1
2