Questions tagged [revision]

Revision: A release of a piece of software which is not a major release or a bugfix, but only introduces small changes or new features.

A release of a piece of software which is not a major release or a bugfix, but only introduces small changes or new features.

Reference: http://www.diclib.com/revision/show/en/en_foldoc/R/664/300/0/6/10947

470 questions
-1
votes
1 answer

What does the revision of folder mean in Tortoise SVN?

excuse me if this is a stupid question. Suppose I check out FolderA from svn, and there're plenty sub-folders and files beneath FolderA, right click FolderA, TortoiseSvn--show log, I can see several revisions listed there, what does these revisions…
gfytd
  • 1,747
  • 2
  • 24
  • 47
-1
votes
3 answers

File Revision Control

How can I add a revision history in a file like shown here. Just to keep it simple and clean.
Kenny Meyer
  • 7,849
  • 6
  • 45
  • 66
-2
votes
1 answer

How to generate a new _rev in Cloudant/CouchDB

According to CouchDB and Cloudant documentation, to update an existing document, you issue a PUT request. In this case, the JSON body must contain a _rev property. If this property/field is not provided, the update will fail with error Document…
JAM
  • 740
  • 3
  • 15
  • 33
-2
votes
3 answers

i want to create a random number generator with a try counter but it said "cant assign to operator" here is what i have so far

i want to create a random number generator with a try counter but it said "cant assign to operator" here is what i have so far import random number=random.randint(1,10) print ("i am thinking of a number between 1 and 10") counter=5 …
joe
  • 1
-2
votes
1 answer

why isnt my table able to form on sql oracle? can anyone help me revise it to work?

I am trying to create this table and I am not sure why it wont run or let me CREATE TABLE DRIVER ( DRIVER_ID INTEGER PRIMARY KEY, DRIVER_NAME VARCHAR (10) NOT NULL, DRIVER_ADDRESS VARCHAR (35) NOT…
Aaron
  • 1
  • 1
1 2 3
31
32