HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] Tag branches, get rid of dead wood in repository



Hello:

OK, I went ahead and did the operation (which is easily reversible, so please
do not panic).  You can update the branches in your repository by doing:

git fetch origin        # To get all the new tags
git remote prune origin # To get rid of all the old branches

Please let me know if you find that you have lost references. 

'git fsck' in the central repository shows the following commits are not
reachable now in the central repository:

d821e24 Revert "Set version string to 7.6.1" (Greg Thain)
902bd20 Merge branch 'V7_6-branch' of tonic.cs.wisc.edu:/p/condor/repository/CONDOR_SRC into V7_6-branch (John (TJ) Knoeller)
5f34db6 set official version string for 7.6.0 (Greg Thain)
7b5d83b Merge branch 'V7_6-branch' into V7_6-build-branch (Timothy St. Clair)
a1794b1 Edit explanation of JOB_RENICE_INCREMENT in config file (Jaime Frey)
4bf3741 Add more config overrides to the Windows installer, including three as environment variables.  Ticket #1657 (Ziliang Guo)

None of these commits are in my private repo, so I do not believe it is a
problem, as they did not seem to be reachable before I did this, but please set
me straight if I am mistaken.
 
Nathan Panike