Discussion:
[rancid] cvsignore not working and diffing runcount
Matthew Goeres
2017-04-25 03:57:04 UTC
Permalink
I am trying to figure out why cvs keeps diffing the runcount file. It is in
the .cvsignore. Any pointers on how to get that file to work again? The
routers.all, up, down all show up to but those don't change.


Index: runcount
===================================================================
retrieving revision 1.9
diff -u -4 -r1.9 runcount
@@ -1 +1 @@
- 50
+ 51

***@rancid:~/var/rancid/config$ cvs status runcount
===================================================================
File: runcount Status: Locally Modified

Working revision: 1.9 2017-04-24 20:00:15 -0500
Repository revision: 1.9 /home/rancid/var/rancid/CVS/config/runcount,v
Commit Identifier: 10058FEADAE10ACEC85
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)

***@rancid:~/var/rancid/config$ cat .cvsignore
.cvsignore
routers.all
routers.down
routers.single
routers.up
runcount
heasley
2017-04-25 12:33:28 UTC
Permalink
Post by Matthew Goeres
I am trying to figure out why cvs keeps diffing the runcount file. It is in
the .cvsignore. Any pointers on how to get that file to work again? The
routers.all, up, down all show up to but those don't change.
Index: runcount
===================================================================
retrieving revision 1.9
diff -u -4 -r1.9 runcount
@@ -1 +1 @@
- 50
+ 51
this file should not have been added to the repo. I presume someone
did that manually?

remove it and this should cease. rm runcount;cvs delete runcount; cvs
commit -m 'rm runcount'
Post by Matthew Goeres
===================================================================
File: runcount Status: Locally Modified
Working revision: 1.9 2017-04-24 20:00:15 -0500
Repository revision: 1.9 /home/rancid/var/rancid/CVS/config/runcount,v
Commit Identifier: 10058FEADAE10ACEC85
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
.cvsignore
routers.all
routers.down
routers.single
routers.up
runcount
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo/rancid-discuss
Matthew Goeres
2017-04-25 14:16:27 UTC
Permalink
I believe it may have been manually committed when I was testing another
script. That resolved the issue.
Post by heasley
Post by Matthew Goeres
I am trying to figure out why cvs keeps diffing the runcount file. It is
in
Post by Matthew Goeres
the .cvsignore. Any pointers on how to get that file to work again? The
routers.all, up, down all show up to but those don't change.
Index: runcount
===================================================================
retrieving revision 1.9
diff -u -4 -r1.9 runcount
@@ -1 +1 @@
- 50
+ 51
this file should not have been added to the repo. I presume someone
did that manually?
remove it and this should cease. rm runcount;cvs delete runcount; cvs
commit -m 'rm runcount'
Post by Matthew Goeres
===================================================================
File: runcount Status: Locally Modified
Working revision: 1.9 2017-04-24 20:00:15 -0500
Repository revision: 1.9 /home/rancid/var/rancid/CVS/
config/runcount,v
Post by Matthew Goeres
Commit Identifier: 10058FEADAE10ACEC85
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
.cvsignore
routers.all
routers.down
routers.single
routers.up
runcount
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo/rancid-discuss
Loading...