Questions tagged with {subversion} are about using TeX together with the revision control software Subversion. There is also the general {revision-control} tag.
20
votes
4answers
1k views
texdiff for multi-file documents in subversion
I've been looking for a convenient way to highlight changes between subversion revisions of my Latex document in the generated PDF. I am working on a reasonably complex document that pulls together ...
8
votes
4answers
468 views
Subversion keyword string inside LaTeX document
I put a subversion keyword string inside my LaTeX document. It looks like:
$LastChangedDate: 2011-01-16 18:09:33 +0100 (nie) $
and it gets replaced (simple textual substitution) every time I make a ...
8
votes
2answers
234 views
Is there a collaboration system on the web that I can use to write book together with others?
If this question is out of topic, I will remove as soon as possible.
I have used neither Subversion nor GIT nor any collaboration system to write any document together with others. I am looking for ...
8
votes
1answer
283 views
How to collaborate on a TeX project using VCS with a collaborator who is not using VCS?
Pretty self-explanatory; I'm thinking of @AndrewStacey's answer, in particular the part about working with collaborators who do not use VCS. I'm hoping for a more detailed explanation / step-by-step ...
8
votes
1answer
714 views
latexdiff + svn not working with multiple files (flatten)
Short question
Seems like --flatten doesn't work properly with latexdiff-vc.
How can I get this working, without reverting to my elaborated workflow described below?
Context
I track the history of ...
7
votes
2answers
304 views
svn for multiple files
Can someone explain how to use svn-multi in order to typeset the current revision (i.e., not the current file version)?
I had to split a document into several .tex files. One file is the main, and ...
5
votes
1answer
106 views
Print subversion repo number on each page
My documents live within a huge subversion repository.
When I print out a document, say, for proof reading or checking for typos, then I would like to have the repository version number printed on ...
3
votes
1answer
282 views
Workflow for using SVN for many variations of some base documents (job applications)
For some time now I'm using pdfLaTeX for writing my job applications, which normally contain 3 pdf documents all created with LaTeX:
the letter of motivation
the CV and more information about my ...
2
votes
2answers
214 views
Count words difference between newest and old .tex file on SVN commit
I use latex for writing papers and I would like to bring more control over my progress - in other words - count lines and words. But I always forget to check how many words I have before I start ...