revision Questions

2

Solved

I have just started looking at Alembic, and coming from Django, where we have South to migrate our database schemas (which is soon to be included) which uses a friendly old fixed-width number like ...

8

Solved

I created a Gist on GitHub and I saw information I don't want anyone to see. I updated the file since, but everybody can still access the old revision of the file. Except deleting the Gist, is ther...
Cageling asked 6/5, 2011 at 13:40

26

Solved

I'd like to get the number of commits of my Git repository, a bit like SVN revision numbers. The goal is to use it as a unique, incrementing build number. I currently do like that, on Unix/Cygwin...
Sterilize asked 24/3, 2009 at 13:38

7

Solved

I'd like to implement a way of recording the version of a project within code, so that it can be used when testing and to help track bugs. It seems the best version number to use would just be the...
Succinctorium asked 19/8, 2008 at 14:19

20

Solved

How can I clone git repository with specific revision, something like I usually do in Mercurial: hg clone -r 3 /path/to/repository
Capybara asked 15/8, 2010 at 20:45

3

Is it possible to completely revert git repository to previous X revision on bitbucket so that it doesn't keep any changes after that X revision and doesn't contain any source code change newer tha...
Headset asked 21/6, 2018 at 17:15

1

Solved

I have project where I'm using SQLAlchemy for models and I'm trying to integrate Alembic for making migrations. Everything works as expected when I change models and Alembic sees that models have c...
Amazon asked 2/12, 2021 at 17:24

5

Solved

Is it possible, via TortoiseSVN, to know the SVN rev number you are about to get prior to a commit so that I can put that rev# into the source code comment section? Perhaps there is a special keyn...
Femmine asked 24/2, 2010 at 19:9

3

I am trying to print a text file out on screen using arrays, but I'm not sure why it does not appear the way it is in the text file. The text file: 1 2 3 4 5 6 7 8 Displayed on the screen as fo...
Mendicant asked 7/9, 2012 at 3:0

3

Solved

I know of an Eclipse feature to show revision information (gradual coloring, more info like revisionnumber, date and author on mouseover) for the last changes in a line in the linenumbers-view. Do...
Gaylord asked 7/12, 2009 at 14:46

7

Solved

I cloned a Git repository of a certain project. Can I turn the files to the initial state and when I review the files go to revision 2, 3, 4 ... most recent? I'd like to have an overview of how the...
Overslaugh asked 24/9, 2011 at 12:50

6

Solved

I am trying to merge the latest changes from trunk into a branch of my project, but the problem is I don't know what revision of the trunk I checked out that I eventually created the branch from. I...
Employ asked 6/6, 2011 at 21:34

11

Solved

I have a python project under SVN, and I'm wanting to display the version number when it is run. Is there any way of doing this (such as automatically running a short script on commit which could u...
Polacre asked 20/9, 2009 at 0:33

2

I have been seeking it on Google for 2 hours and still can't find the solution. I want to checkout all files with wildcard to a specific revision. I used following command: git checkout 663090b1c...
Hexagonal asked 25/7, 2019 at 2:25

3

Solved

I want to refer to a revision just before head or n-revisions before HEAD or something like that.
Rudiger asked 22/2, 2012 at 11:59

6

Solved

I have an SVN file which is now missing some logic and so I need to go back about 40 revisions to the time when it had the logic I need. Other than trying to view a diff of the file in the command ...
Mcmillin asked 18/11, 2010 at 19:45

3

Solved

Is it possible to get svn info for a branch for a specific revision number. For example if the latest working copy of a branch has revision number 56, can I get info for the same branch for revsion...
Pathogen asked 28/1, 2013 at 5:27

5

I'm a complete and utter noob, so be gentle! I'm using git gui, and never touching the command line interface. I'm a noob, and some of the people i'm working with are even noob-ey-er... Current s...
Cords asked 27/5, 2011 at 23:26

7

Solved

I'm using Perforce P4V, the graphical tool, to interface with my Perforce server here at work. I have a project I added to the depot and I accidentally deleted it from my workspace on my local comp...
Saddleback asked 26/1, 2011 at 17:47

8

Solved

Is there a better way extract the current revision hash in Mercurial than hg log -l1|grep changeset|cut -d: -f3 ? Part of my webapp deployment script "tags" the uploaded app tarball with its uni...
Zack asked 21/3, 2010 at 2:30

2

I have a simple question: How can I get the svn revision in a declarative jenkins pipeline. Similar to this post. What I found out so far: When you use a Freestyle job, simply use ${SVN_REVISION...
Constantin asked 15/5, 2018 at 8:29

4

I need to store RDF triples, while keeping track of modifications. Is there anything out there for this service? Alternatively, how would you keep track of revision while using a context-aware trip...
Halford asked 22/1, 2010 at 10:29

6

Solved

What is the easiest way to revert my working copy to a previous revision using Windows TortoiseSVN? I did not find any "findable" command to do that quickly.
Pinball asked 31/3, 2011 at 17:35

5

Solved

Is there a way to find an SVN revision by searching for a text string that got removed in the file? I know the exact text to search for and which file to look in, but there are hundreds of revision...
Curare asked 29/4, 2010 at 8:46

12

I would make crazy use of such a revision control. If it doesn't exist - where would to a good starting point for building one? I can probably make a lot of designs and interaction flows, but to im...
Asiatic asked 30/7, 2010 at 2:44

© 2022 - 2025 — McMap. All rights reserved.