-
as seen on Super User
- Search for 'Super User'
I switch between using tortoise git and cmd line git on cygwin very frequently, and lately I've noticed that when I git status via cygwin and no changes are found, then I go to use tortoise git, and right click on a repo then use the "Git Commit - ..." menu item, I get a list of files that have supposedly…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am using Tortoise SVN to work with a repository that contains some documentation saved as Word documents. On my old computer, with Office 2010, I was able to compare with previous revisions. Tortoise would open Word in compare view so I could see the differences between the files.
I have installed…
>>> More
-
as seen on Super User
- Search for 'Super User'
Does someone know an elegant way to replace a string in all Subversion repositories?
Something like: Search for "Facebook" and replace it by "Twitter"? Or is the only possible solution to check out all projects, change it, and commit it again? Thanks for your help.
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi Folks,
does someone knows an elegant way to replace an string in alle Subversion repositorys ?
Something like: Search for "Facebook" replace it by "Twitter" ? Or is the only possible solution to check out alle projects, change it, and commit it?
Thanks for your help.
>>> More
-
as seen on Programmers
- Search for 'Programmers'
My current SubVersion workflow is like so:
The trunk is used to make small content changes and bug fixes to the main source code.
Branches are used for adding/editing enhancements and projects.
So, trunk changes are made, tested, committed and deployed pretty quickly. Whereas, enhancements and…
>>> More