QuestionId stringlengths 3 8 | QuestionTitle stringlengths 15 149 | QuestionScore int64 1 27.2k | QuestionCreatedUtc stringdate 2008-08-01 18:33:08 2025-06-16 04:59:48 | QuestionBodyHtml stringlengths 40 28.2k | QuestionViewCount int64 78 16.5M | QuestionOwnerUserId float64 4 25.2M ⌀ | QuestionLastActivityUtc stringdate 2008-09-08 19:26:01 2026-01-24 22:40:25 | AcceptedAnswerId int64 266 79.7M | AnswerScore int64 2 30.1k | AnswerCreatedUtc stringdate 2008-08-01 23:40:28 2025-06-16 05:23:39 | AnswerOwnerUserId float64 1 29.5M ⌀ | AnswerLastActivityUtc stringdate 2008-08-01 23:40:28 2026-01-23 17:46:09 | QuestionLink stringlengths 31 36 | AnswerLink stringlengths 31 36 | AnswerBodyHtml stringlengths 35 33k | AnswerBodyPreview stringlengths 35 400 | AllTagIdsCsv stringlengths 2 37 | AllTagNamesCsv stringlengths 2 106 | MergedQuestion stringlengths 74 28.4k | quality_filter stringclasses 10
values | unique_id int64 0 29k | tag_major_lang stringclasses 10
values | MergedQuestion_md stringlengths 60 28.1k | AnswerBodyHtml_md stringlengths 14 29.2k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4522941 | How to make Subversion use Linux system accounts for authentication? | 11 | 2010-12-23 22:31:30 | <p>I've set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux system accounts for authentication? This would lead to very easy Subversion account management. Subversion with Apache/WebDAV is currently worki... | 13,951 | 425,741 | 2014-03-05 19:51:03 | 4,523,313 | 21 | 2010-12-23 23:46:55 | 425,741 | 2010-12-23 23:46:55 | https://stackoverflow.com/q/4522941 | https://stackoverflow.com/a/4523313 | <p>Ok! I did it! And I thought it would be very hard to find the answer!</p>
<p>We have to tell Apache to use an "external authentication provider", Apache won't be checking for authentication, but will delegate the task to an external authenticator, in this case, the marvellous <a href="http://code.google.com/p/pwaut... | <p>Ok! I did it! And I thought it would be very hard to find the answer!</p> <p>We have to tell Apache to use an "external authentication provider", Apache won't be checking for authentication, but will delegate the task to an external authenticator, in this case, the marvellous <a href="http://code.google.com/p/pwaut... | 63, 3922, 5876 | apache2, svn, webdav | <h1>How to make Subversion use Linux system accounts for authentication?</h1>
<p>I've set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux system accounts for authentication? This would lead to very easy S... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,526 | svn | # How to make Subversion use Linux system accounts for authentication?
I've set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux system accounts for authentication? This would lead to very easy Subversion... | Ok! I did it! And I thought it would be very hard to find the answer!
We have to tell Apache to use an "external authentication provider", Apache won't be checking for authentication, but will delegate the task to an external authenticator, in this case, the marvellous [pwauth](http://code.google.com/p/pwauth/).
So t... |
8623321 | Subversive: Change SVN commit message retroactively? | 10 | 2011-12-24 07:26:55 | <p>Actually I need to modify SVN commit message. A lot of related staff exists how to do it (e.g. <a href="https://stackoverflow.com/questions/2184317/change-svn-commit-message-retroactively">Change SVN commit message retroactively?</a>).</p>
<p>My question is, could I do it from Eclipse's subversive plugin?</p>
| 12,459 | 19,347 | 2016-11-03 11:17:54 | 8,624,159 | 21 | 2011-12-24 11:10:28 | 2,603,665 | 2011-12-24 11:10:28 | https://stackoverflow.com/q/8623321 | https://stackoverflow.com/a/8624159 | <p>It is not easy to find, but possible. This recipe is working for Eclipse Indigo (<code>3.6</code>) and Subversive <code>0.7.9I20110321-1700</code>. Do the following steps:</p>
<ol>
<li>Open for an item where you want to change a log message the history: <code>Team > Show History</code>. This opens a new view nam... | <p>It is not easy to find, but possible. This recipe is working for Eclipse Indigo (<code>3.6</code>) and Subversive <code>0.7.9I20110321-1700</code>. Do the following steps:</p> <ol> <li>Open for an item where you want to change a log message the history: <code>Team > Show History</code>. This opens a new view nam... | 53, 63, 3311 | eclipse, subversive, svn | <h1>Subversive: Change SVN commit message retroactively?</h1>
<p>Actually I need to modify SVN commit message. A lot of related staff exists how to do it (e.g. <a href="https://stackoverflow.com/questions/2184317/change-svn-commit-message-retroactively">Change SVN commit message retroactively?</a>).</p>
<p>My question... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,527 | svn | # Subversive: Change SVN commit message retroactively?
Actually I need to modify SVN commit message. A lot of related staff exists how to do it (e.g. [Change SVN commit message retroactively?](https://stackoverflow.com/questions/2184317/change-svn-commit-message-retroactively)).
My question is, could I do it from Ecl... | It is not easy to find, but possible. This recipe is working for Eclipse Indigo (`3.6`) and Subversive `0.7.9I20110321-1700`. Do the following steps:
1. Open for an item where you want to change a log message the history: `Team > Show History`. This opens a new view named `History`.
2. In that view, you see the log me... |
38430534 | How to install Tortoise SVN in to Android Studio 2.1 Latest Version | 8 | 2016-07-18 07:09:30 | <p>I have downloaded 64bit Tortoise SVN and installed in C Drive in to my system. I have created seperate folder for SVN client and branch,tags,trunk folders and paste the code and commit in to that SVN server.
Studio :
next, I tried to set tortoise svn path in to studio Version Control-Subversion-user command line cl... | 13,261 | 1,516,596 | 2016-08-18 11:41:26 | 38,434,057 | 21 | 2016-07-18 10:11:40 | 761,095 | 2016-07-19 09:34:38 | https://stackoverflow.com/q/38430534 | https://stackoverflow.com/a/38434057 | <p>You do not "install TortoiseSVN into Android Studio", you just tell the IDE where <code>svn.exe</code> command-line client is. That's why you should specify the full path to the executable.</p>
<p>Up-to-date TortoiseSVN versions provide svn.exe client and its path has to be <code>C:\Program Files\TortoiseSVN\bin</c... | <p>You do not "install TortoiseSVN into Android Studio", you just tell the IDE where <code>svn.exe</code> command-line client is. That's why you should specify the full path to the executable.</p> <p>Up-to-date TortoiseSVN versions provide svn.exe client and its path has to be <code>C:\Program Files\TortoiseSVN\bin</c... | 63, 456, 656, 1386 | android, svn, tortoisesvn, version-control | <h1>How to install Tortoise SVN in to Android Studio 2.1 Latest Version</h1>
<p>I have downloaded 64bit Tortoise SVN and installed in C Drive in to my system. I have created seperate folder for SVN client and branch,tags,trunk folders and paste the code and commit in to that SVN server.
Studio :
next, I tried to set t... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,528 | svn | # How to install Tortoise SVN in to Android Studio 2.1 Latest Version
I have downloaded 64bit Tortoise SVN and installed in C Drive in to my system. I have created seperate folder for SVN client and branch,tags,trunk folders and paste the code and commit in to that SVN server.
Studio :
next, I tried to set tortoise sv... | You do not "install TortoiseSVN into Android Studio", you just tell the IDE where `svn.exe` command-line client is. That's why you should specify the full path to the executable.
Up-to-date TortoiseSVN versions provide svn.exe client and its path has to be `C:\Program Files\TortoiseSVN\bin`. Check whether you have the... |
11842238 | TFS vs SVN commands | 8 | 2012-08-07 08:44:23 | <p>I a developer using TFS 2010 for last 2 years for every thing from source control to work-item, merging, branch, shelvesets, gated- checkin, off-course checkin & checkout. I am pretty much familiar & comfortable with all of these.</p>
<p>Now I have to work on project ongoing on Tortoise SVN. I have no prior... | 1,922 | 704,008 | 2012-08-07 09:29:56 | 11,842,999 | 21 | 2012-08-07 09:29:56 | 728,795 | 2012-08-07 09:29:56 | https://stackoverflow.com/q/11842238 | https://stackoverflow.com/a/11842999 | <p>Here are some of TFS terms and their analogues in SVN. It is important to note that SVN is only a soutrce control - there is not bug tracking or work tracking functionality (no work items, no project collections etc).</p>
<p>The list below is by no means a complete list of TFS or SVN terms. I've just named most of ... | <p>Here are some of TFS terms and their analogues in SVN. It is important to note that SVN is only a soutrce control - there is not bug tracking or work tracking functionality (no work items, no project collections etc).</p> <p>The list below is by no means a complete list of TFS or SVN terms. I've just named most of ... | 63, 656, 733 | svn, tfs, tortoisesvn | <h1>TFS vs SVN commands</h1>
<p>I a developer using TFS 2010 for last 2 years for every thing from source control to work-item, merging, branch, shelvesets, gated- checkin, off-course checkin & checkout. I am pretty much familiar & comfortable with all of these.</p>
<p>Now I have to work on project ongoing on ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,529 | svn | # TFS vs SVN commands
I a developer using TFS 2010 for last 2 years for every thing from source control to work-item, merging, branch, shelvesets, gated- checkin, off-course checkin & checkout. I am pretty much familiar & comfortable with all of these.
Now I have to work on project ongoing on Tortoise SVN. I have no ... | Here are some of TFS terms and their analogues in SVN. It is important to note that SVN is only a soutrce control - there is not bug tracking or work tracking functionality (no work items, no project collections etc).
The list below is by no means a complete list of TFS or SVN terms. I've just named most of items that... |
3826663 | Fixing a directory conflict in subversion | 6 | 2010-09-29 23:37:32 | <p>I have a working copy that I cannot check in due to a conflict. How do I update to the latest revision but yet keep my local changes to the files in the server directory?</p>
<p>i.e. here is what I have on my system</p>
<pre><code>bob@blaze:~/dev/store$ ls -l
total 24
drwxr-xr-x 5 bob bob 4096 2010-09-23 00:17 Li... | 22,067 | 134,702 | 2013-03-13 14:03:55 | 3,826,697 | 21 | 2010-09-29 23:45:07 | 248,903 | 2013-02-08 15:19:41 | https://stackoverflow.com/q/3826663 | https://stackoverflow.com/a/3826697 | <p>I believe you should be able to run </p>
<pre><code>svn resolve --accept=working /home/bob/dev/store/client
</code></pre>
| <p>I believe you should be able to run </p> <pre><code>svn resolve --accept=working /home/bob/dev/store/client </code></pre> | 63 | svn | <h1>Fixing a directory conflict in subversion</h1>
<p>I have a working copy that I cannot check in due to a conflict. How do I update to the latest revision but yet keep my local changes to the files in the server directory?</p>
<p>i.e. here is what I have on my system</p>
<pre><code>bob@blaze:~/dev/store$ ls -l
tot... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,530 | svn | # Fixing a directory conflict in subversion
I have a working copy that I cannot check in due to a conflict. How do I update to the latest revision but yet keep my local changes to the files in the server directory?
i.e. here is what I have on my system
```
bob@blaze:~/dev/store$ ls -l
total 24
drwxr-xr-x 5 bob bob 4... | I believe you should be able to run
```
svn resolve --accept=working /home/bob/dev/store/client
``` |
1673658 | svnmerge workflow | 6 | 2009-11-04 13:11:11 | <p><em>How are you using svnmerge for merging and branching in svn?</em></p>
<p>Specifically I ask because I have started using <code>svnmerge</code> to track a specific branch in a project I work on. I did svnmerge merge and ended up with lots of strange files like <code>.merge-left</code>, <code>.merge-right</code>,... | 7,550 | 109,305 | 2015-11-26 12:43:18 | 1,673,748 | 21 | 2009-11-04 13:30:07 | 188,414 | 2012-03-01 23:49:32 | https://stackoverflow.com/q/1673658 | https://stackoverflow.com/a/1673748 | <p>If you are seing the merge-left/right/working files then it means that there's been a conflict in a merge you've tried to apply. This means that the same section of code has been changed in different ways on the source branch (the branch you've merged from) and the destination branch (the branch you're merging to).<... | <p>If you are seing the merge-left/right/working files then it means that there's been a conflict in a merge you've tried to apply. This means that the same section of code has been changed in different ways on the source branch (the branch you've merged from) and the destination branch (the branch you're merging to).<... | 63, 758, 13377 | svn, svn-merge, workflow | <h1>svnmerge workflow</h1>
<p><em>How are you using svnmerge for merging and branching in svn?</em></p>
<p>Specifically I ask because I have started using <code>svnmerge</code> to track a specific branch in a project I work on. I did svnmerge merge and ended up with lots of strange files like <code>.merge-left</code>,... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,531 | svn | # svnmerge workflow
*How are you using svnmerge for merging and branching in svn?*
Specifically I ask because I have started using `svnmerge` to track a specific branch in a project I work on. I did svnmerge merge and ended up with lots of strange files like `.merge-left`, `.merge-right`, `.working`. Now, I want to s... | If you are seing the merge-left/right/working files then it means that there's been a conflict in a merge you've tried to apply. This means that the same section of code has been changed in different ways on the source branch (the branch you've merged from) and the destination branch (the branch you're merging to).
- ... |
7729929 | What does the E status code in SVN mean? | 26 | 2011-10-11 17:20:06 | <p>I just got SVN's <code>E</code> status code for the first time. What does it mean? <a href="http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.update.html">The <code>update</code> documentation</a> says that it stands for "Existed," but gives no more detail than that.</p>
<p>Alternately, what is an "obstructing path"... | 12,383 | 122,607 | 2011-10-11 18:45:19 | 7,730,755 | 20 | 2011-10-11 18:32:43 | 486,620 | 2011-10-11 18:45:19 | https://stackoverflow.com/q/7729929 | https://stackoverflow.com/a/7730755 | <p>An "obstructing path" refers to an existing <em>unversioned</em> file or folder at a path where the update command needs to copy a <em>versioned</em> file or folder. </p>
<p>The E status only appears when the <code>--force</code> flag is used, without the flag the update would just fail. With the flag, it leaves ... | <p>An "obstructing path" refers to an existing <em>unversioned</em> file or folder at a path where the update command needs to copy a <em>versioned</em> file or folder. </p> <p>The E status only appears when the <code>--force</code> flag is used, without the flag the update would just fail. With the flag, it leaves ... | 55, 63 | subclipse, svn | <h1>What does the E status code in SVN mean?</h1>
<p>I just got SVN's <code>E</code> status code for the first time. What does it mean? <a href="http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.update.html">The <code>update</code> documentation</a> says that it stands for "Existed," but gives no more detail than that.<... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,534 | svn | # What does the E status code in SVN mean?
I just got SVN's `E` status code for the first time. What does it mean? [The `update` documentation](http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.update.html) says that it stands for "Existed," but gives no more detail than that.
Alternately, what is an "obstructing path... | An "obstructing path" refers to an existing *unversioned* file or folder at a path where the update command needs to copy a *versioned* file or folder.
The E status only appears when the `--force` flag is used, without the flag the update would just fail. With the flag, it leaves the file alone and allows you to decid... |
368281 | SVN - Not a working copy error | 26 | 2008-12-15 12:56:58 | <p>I'm pulling my hair out on this one.</p>
<p>I have a site which is version controlled using Subversion. I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc and everything is fine. However the system we have been building has been adding its own files and folders.</p>... | 91,060 | 28,241 | 2016-08-28 06:42:24 | 368,307 | 20 | 2008-12-15 13:07:06 | 1,605 | 2008-12-15 13:07:06 | https://stackoverflow.com/q/368281 | https://stackoverflow.com/a/368307 | <p>If you want the generated files to be added to SVN, use <code>svn add</code> to recursively add them - this will make sure that all directories are part of the working copy, and all files and directories are added to SVN, and will be committed as part of the next <code>svn commit</code>.</p>
<p>However, often gener... | <p>If you want the generated files to be added to SVN, use <code>svn add</code> to recursively add them - this will make sure that all directories are part of the working copy, and all files and directories are added to SVN, and will be committed as part of the next <code>svn commit</code>.</p> <p>However, often gener... | 52, 63, 19697 | aptana, svn, working-copy | <h1>SVN - Not a working copy error</h1>
<p>I'm pulling my hair out on this one.</p>
<p>I have a site which is version controlled using Subversion. I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc and everything is fine. However the system we have been building has be... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,535 | svn | # SVN - Not a working copy error
I'm pulling my hair out on this one.
I have a site which is version controlled using Subversion. I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc and everything is fine. However the system we have been building has been adding its ow... | If you want the generated files to be added to SVN, use `svn add` to recursively add them - this will make sure that all directories are part of the working copy, and all files and directories are added to SVN, and will be committed as part of the next `svn commit`.
However, often generated files and folders should no... |
10224799 | Online service to download a SVN repository / folder? | 23 | 2012-04-19 08:59:48 | <p>I need to access a SVN repository that is available online but unfortunately, I am behind a firewall that will not allow <code>svn checkout ...</code> etc. Is there a service that I could give the repository URL, it would download the files for me and provide a ZIP file or something?</p>
<p>Related question: <a hre... | 31,460 | 21,728 | 2016-03-05 09:18:14 | 16,102,481 | 20 | 2013-04-19 10:24:54 | 299,756 | 2014-01-14 09:32:13 | https://stackoverflow.com/q/10224799 | https://stackoverflow.com/a/16102481 | <p>Since <a href="http://svndownload.eu5.org/" rel="nofollow noreferrer">http://svndownload.eu5.org/</a> does not seem to work any longer, I suggest using <code>wget</code> as explained <a href="https://stackoverflow.com/a/9349920/299756">in an answer to the question you linked to</a>.</p>
<p>If you are on a Windows m... | <p>Since <a href="http://svndownload.eu5.org/" rel="nofollow noreferrer">http://svndownload.eu5.org/</a> does not seem to work any longer, I suggest using <code>wget</code> as explained <a href="https://stackoverflow.com/a/9349920/299756">in an answer to the question you linked to</a>.</p> <p>If you are on a Windows m... | 63, 2045, 8109 | download, firewall, svn | <h1>Online service to download a SVN repository / folder?</h1>
<p>I need to access a SVN repository that is available online but unfortunately, I am behind a firewall that will not allow <code>svn checkout ...</code> etc. Is there a service that I could give the repository URL, it would download the files for me and pr... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,537 | svn | # Online service to download a SVN repository / folder?
I need to access a SVN repository that is available online but unfortunately, I am behind a firewall that will not allow `svn checkout ...` etc. Is there a service that I could give the repository URL, it would download the files for me and provide a ZIP file or ... | Since <http://svndownload.eu5.org/> does not seem to work any longer, I suggest using `wget` as explained [in an answer to the question you linked to](https://stackoverflow.com/a/9349920/299756).
If you are on a Windows machine and need `wget` I can recommend [GOW (Gnu On Windows)](https://github.com/bmatzelle/gow) as... |
12702284 | SVN merge between two branches - "path not found" | 20 | 2012-10-03 05:15:48 | <p>I've got two branches (children of trunk) that need to be merged into one branch for testing, but they can't go into trunk. Both branches are up-to-date with trunk@HEAD. So I want to go from this:</p>
<pre><code>__________________trunk
\___duck \
\___beaver
</code></pre>
<p>to this:</p>
<pre><co... | 15,337 | 108,147 | 2018-08-20 14:39:32 | 25,639,596 | 20 | 2014-09-03 08:24:12 | 1,970,593 | 2014-09-03 08:24:12 | https://stackoverflow.com/q/12702284 | https://stackoverflow.com/a/25639596 | <p>I had the same error and was able to solve it by <strong>manually specifying</strong> all of the revision numbers I wanted to merge rather than letting SVN decide. This allowed the merge to continue and prompted me for merge conflicts, as expected.</p>
<p>I was using TortoiseSVN to pick the revisions by hand but I ... | <p>I had the same error and was able to solve it by <strong>manually specifying</strong> all of the revision numbers I wanted to merge rather than letting SVN decide. This allowed the merge to continue and prompted me for merge conflicts, as expected.</p> <p>I was using TortoiseSVN to pick the revisions by hand but I ... | 63, 456, 717 | merge, svn, version-control | <h1>SVN merge between two branches - "path not found"</h1>
<p>I've got two branches (children of trunk) that need to be merged into one branch for testing, but they can't go into trunk. Both branches are up-to-date with trunk@HEAD. So I want to go from this:</p>
<pre><code>__________________trunk
\___duck \
... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,538 | svn | # SVN merge between two branches - "path not found"
I've got two branches (children of trunk) that need to be merged into one branch for testing, but they can't go into trunk. Both branches are up-to-date with trunk@HEAD. So I want to go from this:
```
__________________trunk
\___duck \
\___beaver
`... | I had the same error and was able to solve it by **manually specifying** all of the revision numbers I wanted to merge rather than letting SVN decide. This allowed the merge to continue and prompted me for merge conflicts, as expected.
I was using TortoiseSVN to pick the revisions by hand but I presume using the SVN c... |
2058617 | Magento & Subversion (SVN) - Getting a Development Environment Started? | 18 | 2010-01-13 17:00:34 | <p>I'm working on building a Magento site, and it's by far the most mammoth package I've ever worked with. I've decided to set up a proper development server and use Subversion for version control. I'm running in to a couple roadblocks and need some help.</p>
<p>What I've done so far:</p>
<ol>
<li>Set up web hosting ... | 10,890 | 231,651 | 2014-02-27 19:26:44 | 2,064,637 | 20 | 2010-01-14 14:15:23 | 226,431 | 2010-01-14 14:15:23 | https://stackoverflow.com/q/2058617 | https://stackoverflow.com/a/2064637 | <p>First thing to do is check in the installed version of the program. That way, the copy of the program in the repo is a working one that you can actually use. Then you will need to ignore some files and directories so that you can run the other environments. <code>local.xml</code> is a good example, but also set igno... | <p>First thing to do is check in the installed version of the program. That way, the copy of the program in the repo is a working one that you can actually use. Then you will need to ignore some files and directories so that you can run the other environments. <code>local.xml</code> is a good example, but also set igno... | 63, 2533, 14642 | development-environment, magento, svn | <h1>Magento & Subversion (SVN) - Getting a Development Environment Started?</h1>
<p>I'm working on building a Magento site, and it's by far the most mammoth package I've ever worked with. I've decided to set up a proper development server and use Subversion for version control. I'm running in to a couple roadblocks and... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,540 | svn | # Magento & Subversion (SVN) - Getting a Development Environment Started?
I'm working on building a Magento site, and it's by far the most mammoth package I've ever worked with. I've decided to set up a proper development server and use Subversion for version control. I'm running in to a couple roadblocks and need som... | First thing to do is check in the installed version of the program. That way, the copy of the program in the repo is a working one that you can actually use. Then you will need to ignore some files and directories so that you can run the other environments. `local.xml` is a good example, but also set ignore on the foll... |
1577921 | How to get NO context when using svn diff | 18 | 2009-10-16 13:01:11 | <p>When I use 'svn diff' from the command line, it prints out the lines that have changed but also the 3 unchanged lines before and after for context. I much prefer seeing only the changed lines with no context. I haven't been able to determine any command line options that will let me make it behave this way. Standard... | 9,578 | 176,235 | 2012-11-19 18:03:51 | 1,578,089 | 20 | 2009-10-16 13:37:43 | 176,235 | 2009-10-16 13:37:43 | https://stackoverflow.com/q/1577921 | https://stackoverflow.com/a/1578089 | <p>After looking into the useful link given above by unwind, the short answer is that svn's built-in diff can't do what I want. You can tell it to use the standard external diff though and pass arg's to that to tell it that you want no context. I put the following alias in my .bashrc and all now works well if I use tha... | <p>After looking into the useful link given above by unwind, the short answer is that svn's built-in diff can't do what I want. You can tell it to use the standard external diff though and pass arg's to that to tell it that you want no context. I put the following alias in my .bashrc and all now works well if I use tha... | 63, 606, 1231 | command-line, diff, svn | <h1>How to get NO context when using svn diff</h1>
<p>When I use 'svn diff' from the command line, it prints out the lines that have changed but also the 3 unchanged lines before and after for context. I much prefer seeing only the changed lines with no context. I haven't been able to determine any command line options... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,541 | svn | # How to get NO context when using svn diff
When I use 'svn diff' from the command line, it prints out the lines that have changed but also the 3 unchanged lines before and after for context. I much prefer seeing only the changed lines with no context. I haven't been able to determine any command line options that wil... | After looking into the useful link given above by unwind, the short answer is that svn's built-in diff can't do what I want. You can tell it to use the standard external diff though and pass arg's to that to tell it that you want no context. I put the following alias in my .bashrc and all now works well if I use that i... |
2184115 | SVN: Release branch and externals? | 17 | 2010-02-02 12:55:11 | <p>We have two websites for the same client (main www site and another for the ecommerce site which sits on a seperate server) that use shared portion of code (various features/styles/javascript etc.). We currently manage this by having the shared code as seperate projects (in the same repos) in SVN and using svn:exter... | 9,689 | 107,691 | 2015-08-15 13:27:49 | 2,244,686 | 20 | 2010-02-11 13:28:18 | 18,697 | 2010-02-11 13:28:18 | https://stackoverflow.com/q/2184115 | https://stackoverflow.com/a/2244686 | <p>If I understand correctly you have something like the following structure:</p>
<ul>
<li>project1
<ul>
<li>trunk
<ul>
<li>library (via <code>svn:externals library svn://repo/library</code>)</li>
</ul></li>
<li>branches
<ul>
<li>release1
<ul>
<li>library (via <code>svn:externals library svn://repo/library</code>)... | <p>If I understand correctly you have something like the following structure:</p> <ul> <li>project1 <ul> <li>trunk <ul> <li>library (via <code>svn:externals library svn://repo/library</code>)</li> </ul></li> <li>branches <ul> <li>release1 <ul> <li>library (via <code>svn:externals library svn://repo/library</code>)... | 63, 15488, 16422 | build-server, release-management, svn | <h1>SVN: Release branch and externals?</h1>
<p>We have two websites for the same client (main www site and another for the ecommerce site which sits on a seperate server) that use shared portion of code (various features/styles/javascript etc.). We currently manage this by having the shared code as seperate projects (i... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,542 | svn | # SVN: Release branch and externals?
We have two websites for the same client (main www site and another for the ecommerce site which sits on a seperate server) that use shared portion of code (various features/styles/javascript etc.). We currently manage this by having the shared code as seperate projects (in the sam... | If I understand correctly you have something like the following structure:
- project1
- trunk
- library (via `svn:externals library svn://repo/library`)
- branches
- release1
- library (via `svn:externals library svn://repo/library`)
- release2
- library (via `svn:externals library svn://re... |
14527784 | How can I view a list of all files with conflicts in a Tortoise SVN Repository? | 16 | 2013-01-25 18:07:10 | <p>Is there any way to get a list of files that are in a (SVN) conflicted state using Tortoise SVN?</p>
| 10,106 | 32,242 | 2016-09-09 15:41:25 | 15,842,727 | 20 | 2013-04-05 20:15:20 | 1,858,225 | 2016-09-09 15:37:34 | https://stackoverflow.com/q/14527784 | https://stackoverflow.com/a/15842727 | <p>To do this, right-click on the <strong>folder</strong> containing the conflicts you wish to see, then click <code>Resolve...</code>.</p>
<p><img src="https://i.sstatic.net/JPUrS.png" alt="TortoiseSVN right-click menu from version 1.8.8"></p>
<p>Note that this is something of a side-effect, since this option is (ge... | <p>To do this, right-click on the <strong>folder</strong> containing the conflicts you wish to see, then click <code>Resolve...</code>.</p> <p><img src="https://i.sstatic.net/JPUrS.png" alt="TortoiseSVN right-click menu from version 1.8.8"></p> <p>Note that this is something of a side-effect, since this option is (ge... | 656, 3146 | conflict, tortoisesvn | <h1>How can I view a list of all files with conflicts in a Tortoise SVN Repository?</h1>
<p>Is there any way to get a list of files that are in a (SVN) conflicted state using Tortoise SVN?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,543 | svn | # How can I view a list of all files with conflicts in a Tortoise SVN Repository?
Is there any way to get a list of files that are in a (SVN) conflicted state using Tortoise SVN? | To do this, right-click on the **folder** containing the conflicts you wish to see, then click `Resolve...`.

Note that this is something of a side-effect, since this option is (generally) for marking conflicts as resolved. It is also,... |
10246010 | How to set Notepad++ as TortoiseSVN default editor? | 14 | 2012-04-20 12:11:26 | <p>Sometimes I browse a repository and want to look at some files there, without checking them out (let's say I'm looking for a particular file). I've got three choices</p>
<ul>
<li>double clicking the file opens the default editor. For .cs files that would be the big and slow Visual Studio. And, naturally, it has to ... | 8,829 | 41,360 | 2013-02-18 19:12:18 | 10,247,622 | 20 | 2012-04-20 13:51:20 | 395,718 | 2012-04-20 14:57:46 | https://stackoverflow.com/q/10246010 | https://stackoverflow.com/a/10247622 | <p>Like Mand Beckett said, and this is the full registry path:</p>
<pre><code>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\text\shell\edit\command
</code></pre>
<p>Change (Default) value in this key. Remember to leave %1 there.</p>
<p>The problem with solution above is that it will only handle files th... | <p>Like Mand Beckett said, and this is the full registry path:</p> <pre><code>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\text\shell\edit\command </code></pre> <p>Change (Default) value in this key. Remember to leave %1 there.</p> <p>The problem with solution above is that it will only handle files th... | 656, 5313, 8184 | external, tortoisesvn, viewer | <h1>How to set Notepad++ as TortoiseSVN default editor?</h1>
<p>Sometimes I browse a repository and want to look at some files there, without checking them out (let's say I'm looking for a particular file). I've got three choices</p>
<ul>
<li>double clicking the file opens the default editor. For .cs files that would ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,545 | svn | # How to set Notepad++ as TortoiseSVN default editor?
Sometimes I browse a repository and want to look at some files there, without checking them out (let's say I'm looking for a particular file). I've got three choices
- double clicking the file opens the default editor. For .cs files that would be the big and slow ... | Like Mand Beckett said, and this is the full registry path:
```
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\text\shell\edit\command
```
Change (Default) value in this key. Remember to leave %1 there.
The problem with solution above is that it will only handle files that are perceived as text (have val... |
1703034 | Changing username in SVN+SSH URI on the fly in working copy | 14 | 2009-11-09 19:01:03 | <p>I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a <code>developer</code> group and have full read/write permissions on the repository directory and associated metadata:</p>
<pre><code>svn co svn+ssh://someuser@svn.server/path/to/repository
</cod... | 22,410 | 90,562 | 2012-08-27 10:04:14 | 1,703,085 | 20 | 2009-11-09 19:10:45 | 90,562 | 2009-11-09 19:10:45 | https://stackoverflow.com/q/1703034 | https://stackoverflow.com/a/1703085 | <p>Ah, well, never mind. It seems that <code>svn switch --relocate</code> does the trick:</p>
<pre><code>svn switch --relocate svn+ssh://olduser@svn.server/path/to/repo svn+ssh://newuser@svn.server/path/to/repo
</code></pre>
<p>It's cumbersome, though. If there's any easier way, I'm open to suggestions.</p>
<p>Obv... | <p>Ah, well, never mind. It seems that <code>svn switch --relocate</code> does the trick:</p> <pre><code>svn switch --relocate svn+ssh://olduser@svn.server/path/to/repo svn+ssh://newuser@svn.server/path/to/repo </code></pre> <p>It's cumbersome, though. If there's any easier way, I'm open to suggestions.</p> <p>Obv... | 63, 386, 456, 7330 | repository, ssh, svn, version-control | <h1>Changing username in SVN+SSH URI on the fly in working copy</h1>
<p>I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a <code>developer</code> group and have full read/write permissions on the repository directory and associated metadata:</p>
<pr... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,546 | svn | # Changing username in SVN+SSH URI on the fly in working copy
I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a `developer` group and have full read/write permissions on the repository directory and associated metadata:
```
svn co svn+ssh://someus... | Ah, well, never mind. It seems that `svn switch --relocate` does the trick:
```
svn switch --relocate svn+ssh://olduser@svn.server/path/to/repo svn+ssh://newuser@svn.server/path/to/repo
```
It's cumbersome, though. If there's any easier way, I'm open to suggestions.
Obviously, one can write a `bash` alias or shell-s... |
15269454 | Is it possible to rename svn tag | 12 | 2013-03-07 11:02:51 | <p>Is it possible to rename a tag in subversion?</p>
<p>Whenever I release a production version of the application, I tag the revision with the corresponding number, e.g, when version <code>1.0.0</code> was released, a corresponding tag was created:</p>
<pre><code>svn copy https://svn.mydomain.com/project/trunk https... | 9,719 | 717,214 | 2013-03-07 11:51:11 | 15,270,466 | 20 | 2013-03-07 11:51:11 | 960,558 | 2013-03-07 11:51:11 | https://stackoverflow.com/q/15269454 | https://stackoverflow.com/a/15270466 | <p>Yes, you can rename <strong>any</strong> part of subtree in Subversion repository.</p>
<p>Tag (any tag) is just directory inside /tags (if you use conventional layout). And rename can be applied to it</p>
<p><code>svn mv <REPO>/tags/v_1.2 <REPO>/tags/v_1.0.2</code></p>
| <p>Yes, you can rename <strong>any</strong> part of subtree in Subversion repository.</p> <p>Tag (any tag) is just directory inside /tags (if you use conventional layout). And rename can be applied to it</p> <p><code>svn mv <REPO>/tags/v_1.2 <REPO>/tags/v_1.0.2</code></p> | 63, 115, 4510 | rename, svn, tags | <h1>Is it possible to rename svn tag</h1>
<p>Is it possible to rename a tag in subversion?</p>
<p>Whenever I release a production version of the application, I tag the revision with the corresponding number, e.g, when version <code>1.0.0</code> was released, a corresponding tag was created:</p>
<pre><code>svn copy ht... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,547 | svn | # Is it possible to rename svn tag
Is it possible to rename a tag in subversion?
Whenever I release a production version of the application, I tag the revision with the corresponding number, e.g, when version `1.0.0` was released, a corresponding tag was created:
```
svn copy https://svn.mydomain.com/project/trunk h... | Yes, you can rename **any** part of subtree in Subversion repository.
Tag (any tag) is just directory inside /tags (if you use conventional layout). And rename can be applied to it
`svn mv <REPO>/tags/v_1.2 <REPO>/tags/v_1.0.2` |
10517641 | How to count the number of changed or added lines in an SVN branch? | 12 | 2012-05-09 13:57:04 | <p>I would like to add up the number of line changes in an SVN branch so I can tell how far I have gone during a project from another side and estimate the probability of conflict when I merge it with trunk.</p>
<p>The way I can think of is to grab the unified diff and do some grep|wc -l hacks, but the problem is it's... | 23,725 | 185,764 | 2023-01-11 14:35:11 | 11,016,180 | 20 | 2012-06-13 13:44:33 | 709,588 | 2012-06-13 13:44:33 | https://stackoverflow.com/q/10517641 | https://stackoverflow.com/a/11016180 | <p>Cosidering beginRev as the initial revision of the changeset you want to measure and endRev as the final revision:</p>
<pre><code>svn diff --summarize -rbeginRev:endRev <URLtoBranch>
</code></pre>
<p>This will give you the output of files added, deleted and modified.</p>
<p>I you want more detail level you ... | <p>Cosidering beginRev as the initial revision of the changeset you want to measure and endRev as the final revision:</p> <pre><code>svn diff --summarize -rbeginRev:endRev <URLtoBranch> </code></pre> <p>This will give you the output of files added, deleted and modified.</p> <p>I you want more detail level you ... | 63 | svn | <h1>How to count the number of changed or added lines in an SVN branch?</h1>
<p>I would like to add up the number of line changes in an SVN branch so I can tell how far I have gone during a project from another side and estimate the probability of conflict when I merge it with trunk.</p>
<p>The way I can think of is t... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,548 | svn | # How to count the number of changed or added lines in an SVN branch?
I would like to add up the number of line changes in an SVN branch so I can tell how far I have gone during a project from another side and estimate the probability of conflict when I merge it with trunk.
The way I can think of is to grab the unifi... | Cosidering beginRev as the initial revision of the changeset you want to measure and endRev as the final revision:
```
svn diff --summarize -rbeginRev:endRev <URLtoBranch>
```
This will give you the output of files added, deleted and modified.
I you want more detail level you could parse the svn diff output through ... |
4221305 | How do I svn:ignore with AnkhSVN? | 12 | 2010-11-19 01:18:02 | <p>I understand Subversion/AnkhSVN very well at all! Any time I do anything outside of updating and committing, everything blows up in my face.</p>
<p>These are my beliefs -- which must be incorrect, because I can't get Ankh to ignore anything.</p>
<ol>
<li><p>svn:ignore is a tool to make your Subversion client always ... | 6,911 | 175,127 | 2023-01-11 02:23:33 | 4,223,144 | 20 | 2010-11-19 08:09:48 | 5,555 | 2010-11-19 08:09:48 | https://stackoverflow.com/q/4221305 | https://stackoverflow.com/a/4223144 | <p>The first assumption is indeed wrong. <code>svn:ignore</code> only works for unversioned files, it keeps them from being added when you do a recursive add. It's most useful on the command line for that reason.</p>
<p>In AnkhSVN there's a much easier way to add files to the <code>svn:ignore</code> list. Right click ... | <p>The first assumption is indeed wrong. <code>svn:ignore</code> only works for unversioned files, it keeps them from being added when you do a recursive add. It's most useful on the command line for that reason.</p> <p>In AnkhSVN there's a much easier way to add files to the <code>svn:ignore</code> list. Right click ... | 2018, 19160 | ankhsvn, svnignore | <h1>How do I svn:ignore with AnkhSVN?</h1>
<p>I understand Subversion/AnkhSVN very well at all! Any time I do anything outside of updating and committing, everything blows up in my face.</p>
<p>These are my beliefs -- which must be incorrect, because I can't get Ankh to ignore anything.</p>
<ol>
<li><p>svn:ignore is a ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,549 | svn | # How do I svn:ignore with AnkhSVN?
I understand Subversion/AnkhSVN very well at all! Any time I do anything outside of updating and committing, everything blows up in my face.
These are my beliefs -- which must be incorrect, because I can't get Ankh to ignore anything.
1. svn:ignore is a tool to make your Subversio... | The first assumption is indeed wrong. `svn:ignore` only works for unversioned files, it keeps them from being added when you do a recursive add. It's most useful on the command line for that reason.
In AnkhSVN there's a much easier way to add files to the `svn:ignore` list. Right click any unversioned file and choose ... |
34174784 | How to install TortoiseSVN repository in Ubuntu machine? | 11 | 2015-12-09 09:13:51 | <p>I have windows and Ubuntu14 running on my machine and I have to switch to Windows to commit code. Is is possible to install TortoiseSVN in my Ubuntu? </p>
| 75,867 | 4,269,277 | 2020-08-19 12:50:38 | 34,174,891 | 20 | 2015-12-09 09:19:01 | 1,389,752 | 2020-08-19 12:50:38 | https://stackoverflow.com/q/34174784 | https://stackoverflow.com/a/34174891 | <p>Tortoise SVN is Windows only, you can use the command line client, see <a href="http://svnbook.red-bean.com/en/1.4/svn.ref.svn.html" rel="nofollow noreferrer">here</a> for help, or if you want a GUI you could try <a href="http://rabbitvcs.org/" rel="nofollow noreferrer">RabbitVCS</a> or <a href="http://www.smartsvn.... | <p>Tortoise SVN is Windows only, you can use the command line client, see <a href="http://svnbook.red-bean.com/en/1.4/svn.ref.svn.html" rel="nofollow noreferrer">here</a> for help, or if you want a GUI you could try <a href="http://rabbitvcs.org/" rel="nofollow noreferrer">RabbitVCS</a> or <a href="http://www.smartsvn.... | 529, 549, 656 | installation, tortoisesvn, ubuntu | <h1>How to install TortoiseSVN repository in Ubuntu machine?</h1>
<p>I have windows and Ubuntu14 running on my machine and I have to switch to Windows to commit code. Is is possible to install TortoiseSVN in my Ubuntu? </p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,550 | svn | # How to install TortoiseSVN repository in Ubuntu machine?
I have windows and Ubuntu14 running on my machine and I have to switch to Windows to commit code. Is is possible to install TortoiseSVN in my Ubuntu? | Tortoise SVN is Windows only, you can use the command line client, see [here](http://svnbook.red-bean.com/en/1.4/svn.ref.svn.html) for help, or if you want a GUI you could try [RabbitVCS](http://rabbitvcs.org/) or [SmartSVN](http://www.smartsvn.com/).
---
To install rabbitvcs: | Update rabbitvcs-nautilus3 to rabbitvc... |
19813349 | svn - single file not under version control | 11 | 2013-11-06 13:27:42 | <p>I've added a new file (pdf) to a directory and when I try and commit the new file it is saying that it is not under version control, the directory and every other file in the directory is under version control as when I tried <code>svn add *</code> it listed all the files as being under version control.</p>
<p>What... | 54,215 | 1,134,468 | 2017-01-21 11:23:48 | 19,813,551 | 20 | 2013-11-06 13:37:14 | 2,956,424 | 2017-01-21 11:23:48 | https://stackoverflow.com/q/19813349 | https://stackoverflow.com/a/19813551 | <p>Yes, the <code>svn add *</code> did that.</p>
<p>You have to <code>svn add Name_of_File</code> any new files before you can svn commit them.</p>
| <p>Yes, the <code>svn add *</code> did that.</p> <p>You have to <code>svn add Name_of_File</code> any new files before you can svn commit them.</p> | 58, 63, 5310 | file, linux, svn | <h1>svn - single file not under version control</h1>
<p>I've added a new file (pdf) to a directory and when I try and commit the new file it is saying that it is not under version control, the directory and every other file in the directory is under version control as when I tried <code>svn add *</code> it listed all t... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,551 | svn | # svn - single file not under version control
I've added a new file (pdf) to a directory and when I try and commit the new file it is saying that it is not under version control, the directory and every other file in the directory is under version control as when I tried `svn add *` it listed all the files as being un... | Yes, the `svn add *` did that.
You have to `svn add Name_of_File` any new files before you can svn commit them. |
11172119 | How to change the SVN URL to commit to? | 11 | 2012-06-23 18:53:59 | <p>I have somehow managed to change the remote URL of the SVN repository. Thus, Idea/svn now tries to commit my project to the root of the repository instead of the subfolder that I actually have write access to. How can I change this back? (The URL was originally correct and managed to commit correctly before)</p>
| 24,156 | 1,080,125 | 2024-06-15 18:07:12 | 11,172,788 | 20 | 2012-06-23 20:37:34 | 104,891 | 2012-06-23 20:37:34 | https://stackoverflow.com/q/11172119 | https://stackoverflow.com/a/11172788 | <p>Repository URL is stored in the working copy metadata, IDEA doesn't change it automatically. You can change it manually from IntelliJ IDEA using the <code>VCS</code> | <code>Subversion</code> | <strong>Relocate</strong> menu.</p>
<p>It can also be done from the command line with <a href="http://svnbook.red-bean.com... | <p>Repository URL is stored in the working copy metadata, IDEA doesn't change it automatically. You can change it manually from IntelliJ IDEA using the <code>VCS</code> | <code>Subversion</code> | <strong>Relocate</strong> menu.</p> <p>It can also be done from the command line with <a href="http://svnbook.red-bean.com... | 63, 8945 | intellij-idea, svn | <h1>How to change the SVN URL to commit to?</h1>
<p>I have somehow managed to change the remote URL of the SVN repository. Thus, Idea/svn now tries to commit my project to the root of the repository instead of the subfolder that I actually have write access to. How can I change this back? (The URL was originally correc... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,552 | svn | # How to change the SVN URL to commit to?
I have somehow managed to change the remote URL of the SVN repository. Thus, Idea/svn now tries to commit my project to the root of the repository instead of the subfolder that I actually have write access to. How can I change this back? (The URL was originally correct and man... | Repository URL is stored in the working copy metadata, IDEA doesn't change it automatically. You can change it manually from IntelliJ IDEA using the `VCS` | `Subversion` | **Relocate** menu.
It can also be done from the command line with [svn relocate](http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html) or... |
4407116 | Get svn log for a user's activity on a specific date | 11 | 2010-12-10 08:57:53 | <p>How can I see <em>all</em> svn logs that I made on a specific date?</p>
<p>I've searched the web for this, but haven't been able to find a solution.</p>
| 9,842 | 525,277 | 2017-08-02 16:47:20 | 4,407,427 | 20 | 2010-12-10 09:39:38 | 47,773 | 2014-10-14 22:21:15 | https://stackoverflow.com/q/4407116 | https://stackoverflow.com/a/4407427 | <p>To show entries for username on the 10th:</p>
<pre><code>svn log -r '{2010-12-10}:{2010-12-11}'|sed -n '1p; 2,/^-/d; /username/,/^-/p'
</code></pre>
<p>The SVN command gets commits in that date range</p>
<p>Breakdown of the sed command:</p>
<ul>
<li><code>-n</code> - Don't automatically print.</li>
<li><code>1p<... | <p>To show entries for username on the 10th:</p> <pre><code>svn log -r '{2010-12-10}:{2010-12-11}'|sed -n '1p; 2,/^-/d; /username/,/^-/p' </code></pre> <p>The SVN command gets commits in that date range</p> <p>Breakdown of the sed command:</p> <ul> <li><code>-n</code> - Don't automatically print.</li> <li><code>1p<... | 63 | svn | <h1>Get svn log for a user's activity on a specific date</h1>
<p>How can I see <em>all</em> svn logs that I made on a specific date?</p>
<p>I've searched the web for this, but haven't been able to find a solution.</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,554 | svn | # Get svn log for a user's activity on a specific date
How can I see *all* svn logs that I made on a specific date?
I've searched the web for this, but haven't been able to find a solution. | To show entries for username on the 10th:
```
svn log -r '{2010-12-10}:{2010-12-11}'|sed -n '1p; 2,/^-/d; /username/,/^-/p'
```
The SVN command gets commits in that date range
Breakdown of the sed command:
- `-n` - Don't automatically print.
- `1p` - Print the first line (the --- header).
- `2,/^-/d;` - Remove ever... |
5002610 | which eclipse files to exclude from subversion repo | 10 | 2011-02-15 10:40:07 | <p>We as a development team were always happy with subversion and eclipse, we checked in everything and everything was fine. Until we had a new hire who's using anything but eclipse (RAD ). his RAD checkins are currently polluting the svn repo withholding our eclipse checkouts to finish building.
One solution may be to... | 15,759 | 288,190 | 2011-02-15 11:58:19 | 5,003,162 | 20 | 2011-02-15 11:39:54 | 210,368 | 2011-02-15 11:39:54 | https://stackoverflow.com/q/5002610 | https://stackoverflow.com/a/5003162 | <p>If you want to have a language-agnostic code repository the question is less about which files to exclude that about which files to <strong>include</strong>. Meaning, in a language-agnostic repo there should really only be the files necessary for the project:</p>
<ul>
<li>source files, libraries, property files, .x... | <p>If you want to have a language-agnostic code repository the question is less about which files to exclude that about which files to <strong>include</strong>. Meaning, in a language-agnostic repo there should really only be the files necessary for the project:</p> <ul> <li>source files, libraries, property files, .x... | 17, 53, 63, 4333, 41127 | eclipse, ignore, java, maven, svn | <h1>which eclipse files to exclude from subversion repo</h1>
<p>We as a development team were always happy with subversion and eclipse, we checked in everything and everything was fine. Until we had a new hire who's using anything but eclipse (RAD ). his RAD checkins are currently polluting the svn repo withholding our... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,556 | svn | # which eclipse files to exclude from subversion repo
We as a development team were always happy with subversion and eclipse, we checked in everything and everything was fine. Until we had a new hire who's using anything but eclipse (RAD ). his RAD checkins are currently polluting the svn repo withholding our eclipse ... | If you want to have a language-agnostic code repository the question is less about which files to exclude that about which files to **include**. Meaning, in a language-agnostic repo there should really only be the files necessary for the project:
- source files, libraries, property files, .xml config, ...
- built stuf... |
623378 | Get revision number of a remote repository | 9 | 2009-03-08 10:30:33 | <p>On the local machine it is no problem to get the revision number of a subversion repository with <code>svnversion</code>. Now I want to get the revision number from my online repository (WebDAV with Apache2).</p>
<p>I tried this: </p>
<pre><code>svnversion http://nick:password@www.myhost.de/svn/test`
</code></pre>... | 22,858 | 35,903 | 2017-06-16 09:22:34 | 623,396 | 20 | 2009-03-08 10:53:06 | 6,521 | 2009-03-08 10:53:06 | https://stackoverflow.com/q/623378 | https://stackoverflow.com/a/623396 | <p><a href="http://svnbook.red-bean.com/en/1.1/re57.html" rel="noreferrer">svnversion</a> is just for working copies, but one way to query your repository would be to use <a href="http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.info.html" rel="noreferrer">svn info</a> as follows:</p>
<pre><code>svn info http://nick:p... | <p><a href="http://svnbook.red-bean.com/en/1.1/re57.html" rel="noreferrer">svnversion</a> is just for working copies, but one way to query your repository would be to use <a href="http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.info.html" rel="noreferrer">svn info</a> as follows:</p> <pre><code>svn info http://nick:p... | 63, 1555, 3922 | revision, svn, webdav | <h1>Get revision number of a remote repository</h1>
<p>On the local machine it is no problem to get the revision number of a subversion repository with <code>svnversion</code>. Now I want to get the revision number from my online repository (WebDAV with Apache2).</p>
<p>I tried this: </p>
<pre><code>svnversion http:/... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,558 | svn | # Get revision number of a remote repository
On the local machine it is no problem to get the revision number of a subversion repository with `svnversion`. Now I want to get the revision number from my online repository (WebDAV with Apache2).
I tried this:
```
svnversion http://nick:password@www.myhost.de/svn/test`
... | [svnversion](http://svnbook.red-bean.com/en/1.1/re57.html) is just for working copies, but one way to query your repository would be to use [svn info](http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.info.html) as follows:
```
svn info http://nick:password@www.myhost.de/svn | grep Revision
``` |
70659880 | svn commands return error "symbol not found" | 8 | 2022-01-10 23:07:16 | <p>After installing svn through homebrew on MacOS it quits every command with the following error:</p>
<pre><code>dyld[25717]: Symbol not found: _apr_crypto_block_cleanup
Referenced from: /usr/local/Cellar/subversion/1.14.1_4/lib/libsvn_subr-1.0.dylib
Expected in: /usr/lib/libaprutil-1.0.dylib
</code></pre>
<p>Any ... | 891 | 592,868 | 2022-01-10 23:07:16 | 70,659,881 | 20 | 2022-01-10 23:07:16 | 592,868 | 2022-01-10 23:07:16 | https://stackoverflow.com/q/70659880 | https://stackoverflow.com/a/70659881 | <p>I found a solution myself in reinstalling apr-util:</p>
<p><code>brew reinstall apr-util</code></p>
| <p>I found a solution myself in reinstalling apr-util:</p> <p><code>brew reinstall apr-util</code></p> | 63, 369, 1067 | homebrew, macos, svn | <h1>svn commands return error "symbol not found"</h1>
<p>After installing svn through homebrew on MacOS it quits every command with the following error:</p>
<pre><code>dyld[25717]: Symbol not found: _apr_crypto_block_cleanup
Referenced from: /usr/local/Cellar/subversion/1.14.1_4/lib/libsvn_subr-1.0.dylib
Expected i... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,559 | svn | # svn commands return error "symbol not found"
After installing svn through homebrew on MacOS it quits every command with the following error:
```
dyld[25717]: Symbol not found: _apr_crypto_block_cleanup
Referenced from: /usr/local/Cellar/subversion/1.14.1_4/lib/libsvn_subr-1.0.dylib
Expected in: /usr/lib/libapru... | I found a solution myself in reinstalling apr-util:
`brew reinstall apr-util` |
4054515 | How can I copy a directory tree but exclude .svn directories? | 7 | 2010-10-29 17:50:59 | <p>Here is the problem:</p>
<p>Loop through all files and subfolders copying all contents EXCEPT .svn into another location.</p>
<p>I can think of some pretty hairy ways to do this but am wondering if anyone knows a real simple function to save me a bit of time? Thanks.</p>
| 8,088 | 473,795 | 2017-06-24 02:14:22 | 4,054,526 | 20 | 2010-10-29 17:52:27 | 6,610 | 2010-10-29 17:52:27 | https://stackoverflow.com/q/4054515 | https://stackoverflow.com/a/4054526 | <p>You can use the <a href="http://svnbook.red-bean.com/en/1.0/re10.html" rel="noreferrer"><code>svn export</code></a> command. It will populate a target folder with the content of a working copy (or a revision on a repository).</p>
| <p>You can use the <a href="http://svnbook.red-bean.com/en/1.0/re10.html" rel="noreferrer"><code>svn export</code></a> command. It will populate a target folder with the content of a working copy (or a revision on a repository).</p> | 63 | svn | <h1>How can I copy a directory tree but exclude .svn directories?</h1>
<p>Here is the problem:</p>
<p>Loop through all files and subfolders copying all contents EXCEPT .svn into another location.</p>
<p>I can think of some pretty hairy ways to do this but am wondering if anyone knows a real simple function to save me... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,560 | svn | # How can I copy a directory tree but exclude .svn directories?
Here is the problem:
Loop through all files and subfolders copying all contents EXCEPT .svn into another location.
I can think of some pretty hairy ways to do this but am wondering if anyone knows a real simple function to save me a bit of time? Thanks. | You can use the [`svn export`](http://svnbook.red-bean.com/en/1.0/re10.html) command. It will populate a target folder with the content of a working copy (or a revision on a repository). |
2104289 | SVN Rename directory, maintain file history | 6 | 2010-01-20 19:30:53 | <p>I originally created my svn repository without the suggested trunk, branches, tags structure.</p>
<p>It looks something like this.</p>
<pre><code>/src
/src/file.txt
/src/file2.txt
</code></pre>
<p>I used TortoiseSVN to rename the /src directory to /projectName/trunk/src; however, now I can't easily view the histo... | 5,009 | 155,184 | 2010-01-20 19:35:14 | 2,104,308 | 20 | 2010-01-20 19:35:14 | 198,244 | 2010-01-20 19:35:14 | https://stackoverflow.com/q/2104289 | https://stackoverflow.com/a/2104308 | <p>Tortoise defaults to <code>Stop on copy</code> when viewing logs, if I remember right. If you uncheck that box on the log viewer, then you'll be able to see the entire history of the files/directories.</p>
| <p>Tortoise defaults to <code>Stop on copy</code> when viewing logs, if I remember right. If you uncheck that box on the log viewer, then you'll be able to see the entire history of the files/directories.</p> | 63, 1318, 4510 | history, rename, svn | <h1>SVN Rename directory, maintain file history</h1>
<p>I originally created my svn repository without the suggested trunk, branches, tags structure.</p>
<p>It looks something like this.</p>
<pre><code>/src
/src/file.txt
/src/file2.txt
</code></pre>
<p>I used TortoiseSVN to rename the /src directory to /projectName/... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,561 | svn | # SVN Rename directory, maintain file history
I originally created my svn repository without the suggested trunk, branches, tags structure.
It looks something like this.
```
/src
/src/file.txt
/src/file2.txt
```
I used TortoiseSVN to rename the /src directory to /projectName/trunk/src; however, now I can't easily v... | Tortoise defaults to `Stop on copy` when viewing logs, if I remember right. If you uncheck that box on the log viewer, then you'll be able to see the entire history of the files/directories. |
747713 | Retract accidental checkin | 58 | 2009-04-14 14:04:35 | <p>You're using subversion and you accidentally checkin some code before it's ready. For example, I often: a) checkin some code, then b) edit a little, then c) hit up, enter to repeat the previous command which unfortunately was a checkin.</p>
<p>Is it possible to retract such an accidental checkin from the server wit... | 31,646 | 89,806 | 2017-02-22 07:50:00 | 4,387,473 | 19 | 2010-12-08 12:36:04 | 120,398 | 2017-02-22 07:50:00 | https://stackoverflow.com/q/747713 | https://stackoverflow.com/a/4387473 | <p><strong>NB: THIS PROBABLY WON'T WORK ON CURRENT VERSIONS OF SUBVERSION AND IS A BAD IDEA - but I've left it here for information</strong></p>
<p><strong>NB:</strong> <em>Normally when you have checked in by mistake, you should just revert the commit - see the other answers to this question. However, if you want to ... | <p><strong>NB: THIS PROBABLY WON'T WORK ON CURRENT VERSIONS OF SUBVERSION AND IS A BAD IDEA - but I've left it here for information</strong></p> <p><strong>NB:</strong> <em>Normally when you have checked in by mistake, you should just revert the commit - see the other answers to this question. However, if you want to ... | 63 | svn | <h1>Retract accidental checkin</h1>
<p>You're using subversion and you accidentally checkin some code before it's ready. For example, I often: a) checkin some code, then b) edit a little, then c) hit up, enter to repeat the previous command which unfortunately was a checkin.</p>
<p>Is it possible to retract such an ac... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,562 | svn | # Retract accidental checkin
You're using subversion and you accidentally checkin some code before it's ready. For example, I often: a) checkin some code, then b) edit a little, then c) hit up, enter to repeat the previous command which unfortunately was a checkin.
Is it possible to retract such an accidental checkin... | **NB: THIS PROBABLY WON'T WORK ON CURRENT VERSIONS OF SUBVERSION AND IS A BAD IDEA - but I've left it here for information**
**NB:** *Normally when you have checked in by mistake, you should just revert the commit - see the other answers to this question. However, if you want to know how to actually undo the effects o... |
917392 | How should I Fix "svn: Inconsistent line ending style"? | 41 | 2009-05-27 18:51:14 | <p>When I run "svn propedit svn:ignore ." at the root of my svn repository, I get this error:
svn: Inconsistent line ending style</p>
<p>I have tried to run this script: <a href="http://blog.eflow.org/archives/130" rel="noreferrer">http://blog.eflow.org/archives/130</a> which runs dos2unix and sets the eol-style on a... | 89,032 | 66,355 | 2023-02-18 20:11:39 | 920,709 | 19 | 2009-05-28 13:00:03 | 52,626 | 2009-05-28 13:00:03 | https://stackoverflow.com/q/917392 | https://stackoverflow.com/a/920709 | <p>Subversion is not complaining about the content of any file, but about the content of the svn:ignore property. One way to fix this is to simply delete the <code>svn:ignore</code> property with <code>svn propdel</code> and then recreate it. </p>
<p>Another way which may be easier if you have a lot of lines in your <... | <p>Subversion is not complaining about the content of any file, but about the content of the svn:ignore property. One way to fix this is to simply delete the <code>svn:ignore</code> property with <code>svn propdel</code> and then recreate it. </p> <p>Another way which may be easier if you have a lot of lines in your <... | 63, 8329 | line-endings, svn | <h1>How should I Fix "svn: Inconsistent line ending style"?</h1>
<p>When I run "svn propedit svn:ignore ." at the root of my svn repository, I get this error:
svn: Inconsistent line ending style</p>
<p>I have tried to run this script: <a href="http://blog.eflow.org/archives/130" rel="noreferrer">http://blog.eflow.org... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,564 | svn | # How should I Fix "svn: Inconsistent line ending style"?
When I run "svn propedit svn:ignore ." at the root of my svn repository, I get this error:
svn: Inconsistent line ending style
I have tried to run this script: <http://blog.eflow.org/archives/130> which runs dos2unix and sets the eol-style on all of the files,... | Subversion is not complaining about the content of any file, but about the content of the svn:ignore property. One way to fix this is to simply delete the `svn:ignore` property with `svn propdel` and then recreate it.
Another way which may be easier if you have a lot of lines in your `svn:ignore`:
1. fetch the value ... |
265 | Best Practice: Collaborative Environment, Bin Directory, SVN | 37 | 2008-08-01 23:29:32 | <p>What are the best practices for checking in BIN directories in a collaborative development environment using SVN? Should project level references be excluded from checkin? Is it easier to just add all bin directories?</p>
<p>I develop a lot of DotNetNuke sites and it seems that in a multi-developer environment, i... | 3,362 | 105 | 2023-08-31 11:15:37 | 266 | 19 | 2008-08-01 23:40:28 | 34 | 2008-08-01 23:40:28 | https://stackoverflow.com/q/265 | https://stackoverflow.com/a/266 | <p>Any assemblies that are expected to be in the GAC should stay in the GAC. This includes System.web.dll or any other 3rd party dll that you'll deploy to the GAC in production. This means a new developer would have to install these assemblies.</p>
<p>All other 3rd party assemblies should be references through a relat... | <p>Any assemblies that are expected to be in the GAC should stay in the GAC. This includes System.web.dll or any other 3rd party dll that you'll deploy to the GAC in production. This means a new developer would have to install these assemblies.</p> <p>All other 3rd party assemblies should be references through a relat... | 63, 131 | collaboration, svn | <h1>Best Practice: Collaborative Environment, Bin Directory, SVN</h1>
<p>What are the best practices for checking in BIN directories in a collaborative development environment using SVN? Should project level references be excluded from checkin? Is it easier to just add all bin directories?</p>
<p>I develop a lot of ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,565 | svn | # Best Practice: Collaborative Environment, Bin Directory, SVN
What are the best practices for checking in BIN directories in a collaborative development environment using SVN? Should project level references be excluded from checkin? Is it easier to just add all bin directories?
I develop a lot of DotNetNuke sites a... | Any assemblies that are expected to be in the GAC should stay in the GAC. This includes System.web.dll or any other 3rd party dll that you'll deploy to the GAC in production. This means a new developer would have to install these assemblies.
All other 3rd party assemblies should be references through a relative path. ... |
6966897 | SVN Update Postpone --> How to resolve? | 26 | 2011-08-06 12:52:34 | <p>When I did <code>svn update</code> and SVN asked me about a few differences, I told it to postpone them.</p>
<p>Now I would like to resolve them, but <code>svn update</code> just tells me "up to date", even though <code>svn diff</code> shows me the differences.</p>
<p>How do I make <code>svn update</code> ask me a... | 28,100 | 541,686 | 2018-05-14 10:54:16 | 6,967,992 | 19 | 2011-08-06 15:58:01 | 189,361 | 2016-06-03 18:32:13 | https://stackoverflow.com/q/6966897 | https://stackoverflow.com/a/6967992 | <p><code>svn update</code> won't ask about the conflicts again because it has dealt with them.</p>
<p>As for the meaning of <code>svn status</code>, The <code>?</code> files are not managed by SVN, the <code>M</code> ones have been modified, and the <code>C</code> ones are the conflicted ones that you postponed. If yo... | <p><code>svn update</code> won't ask about the conflicts again because it has dealt with them.</p> <p>As for the meaning of <code>svn status</code>, The <code>?</code> files are not managed by SVN, the <code>M</code> ones have been modified, and the <code>C</code> ones are the conflicted ones that you postponed. If yo... | 63 | svn | <h1>SVN Update Postpone --> How to resolve?</h1>
<p>When I did <code>svn update</code> and SVN asked me about a few differences, I told it to postpone them.</p>
<p>Now I would like to resolve them, but <code>svn update</code> just tells me "up to date", even though <code>svn diff</code> shows me the differences.</p>
... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,566 | svn | # SVN Update Postpone --> How to resolve?
When I did `svn update` and SVN asked me about a few differences, I told it to postpone them.
Now I would like to resolve them, but `svn update` just tells me "up to date", even though `svn diff` shows me the differences.
How do I make `svn update` ask me about the conflicts... | `svn update` won't ask about the conflicts again because it has dealt with them.
As for the meaning of `svn status`, The `?` files are not managed by SVN, the `M` ones have been modified, and the `C` ones are the conflicted ones that you postponed. If you open one of the `C` files, and look through it you will see mar... |
2899956 | What are you supposed to do with old SVN branches? | 21 | 2010-05-24 20:08:43 | <p>We had a SVN branch recently that had been merged back to trunk, and some more work on that feature/functional area was needed. I suggested using the same branch but was told you shouldn't re-use a branch once it has been integrated into trunk (a reference in SVN docs was given, I can't find it now).
That suggests a... | 4,014 | 197,229 | 2021-12-09 11:39:26 | 2,900,173 | 19 | 2010-05-24 20:41:39 | 142,434 | 2010-05-24 20:41:39 | https://stackoverflow.com/q/2899956 | https://stackoverflow.com/a/2900173 | <p>When I integrate a branch, I move it from <code>branches/</code> to <code>branches/integrated/</code>. Keeps <code>branches/</code> clean so its easy to find current work, but also makes it easy to dig up old branches to see what changes were made without needing to do a lot of revision-number archeology.</p>
| <p>When I integrate a branch, I move it from <code>branches/</code> to <code>branches/integrated/</code>. Keeps <code>branches/</code> clean so its easy to find current work, but also makes it easy to dig up old branches to see what changes were made without needing to do a lot of revision-number archeology.</p> | 63 | svn | <h1>What are you supposed to do with old SVN branches?</h1>
<p>We had a SVN branch recently that had been merged back to trunk, and some more work on that feature/functional area was needed. I suggested using the same branch but was told you shouldn't re-use a branch once it has been integrated into trunk (a reference ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,567 | svn | # What are you supposed to do with old SVN branches?
We had a SVN branch recently that had been merged back to trunk, and some more work on that feature/functional area was needed. I suggested using the same branch but was told you shouldn't re-use a branch once it has been integrated into trunk (a reference in SVN do... | When I integrate a branch, I move it from `branches/` to `branches/integrated/`. Keeps `branches/` clean so its easy to find current work, but also makes it easy to dig up old branches to see what changes were made without needing to do a lot of revision-number archeology. |
446518 | Using SVN post-commit hook to update only files that have been committed | 20 | 2009-01-15 12:15:26 | <p>I am using an SVN repository for my web development work. I have a development site set up which holds a checkout of the repository.</p>
<p>I have set up an SVN post-commit hook so that whenever a commit is made to the repository the development site is updated: </p>
<pre><code>cd /home/www/dev_ssl
/usr/bin/svn ... | 29,810 | 55,402 | 2017-04-16 03:32:50 | 446,572 | 19 | 2009-01-15 12:36:40 | 15,031 | 2009-01-15 12:45:16 | https://stackoverflow.com/q/446518 | https://stackoverflow.com/a/446572 | <p>You might use <strong><code>svnlook dirs-changed</code></strong> and <strong><code>svn up -N</code></strong> to update only the contents of each folder changed:</p>
<pre><code>cd /home/www/dev_ssl
svnlook dirs-changed [REPOS] -r [REV] | xargs /usr/bin/svn up -N
</code></pre>
<p>Or, if per-file might be better for ... | <p>You might use <strong><code>svnlook dirs-changed</code></strong> and <strong><code>svn up -N</code></strong> to update only the contents of each folder changed:</p> <pre><code>cd /home/www/dev_ssl svnlook dirs-changed [REPOS] -r [REV] | xargs /usr/bin/svn up -N </code></pre> <p>Or, if per-file might be better for ... | 63, 853, 10250 | hook, post-commit, svn | <h1>Using SVN post-commit hook to update only files that have been committed</h1>
<p>I am using an SVN repository for my web development work. I have a development site set up which holds a checkout of the repository.</p>
<p>I have set up an SVN post-commit hook so that whenever a commit is made to the repository the... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,568 | svn | # Using SVN post-commit hook to update only files that have been committed
I am using an SVN repository for my web development work. I have a development site set up which holds a checkout of the repository.
I have set up an SVN post-commit hook so that whenever a commit is made to the repository the development site... | You might use **`svnlook dirs-changed`** and **`svn up -N`** to update only the contents of each folder changed:
```
cd /home/www/dev_ssl
svnlook dirs-changed [REPOS] -r [REV] | xargs /usr/bin/svn up -N
```
Or, if per-file might be better for you (using `sed` to strip action characters):
```
svnlook changed [REPOS] ... |
19499334 | SVN Diff: Why are some files marked as binary | 18 | 2013-10-21 16:00:05 | <p>Directly related: <a href="https://stackoverflow.com/questions/2634043/svn-diff-file-marked-as-binary-type">svn diff: file marked as binary type</a> <em>(Per the comment on the answer)</em></p>
<p>Why would my SVN client mark some files as binary?</p>
<p>Specifically, <code>.sql</code> has prop <code>svn:mime-typ... | 7,781 | 1,037,948 | 2014-10-01 01:11:24 | 21,246,402 | 19 | 2014-01-20 23:40:55 | 1,245,766 | 2014-01-29 01:26:30 | https://stackoverflow.com/q/19499334 | https://stackoverflow.com/a/21246402 | <p>Well, I found the issue in my particular case:</p>
<p>A developer had saved a template <code>.sql</code> file he was using for new scripts. This file, somehow, was saved with <code>UCS-2</code> (or <code>Unicode</code>) encoding. Whenever he added files, TortoiseSVN determined that it was a binary file. By switchin... | <p>Well, I found the issue in my particular case:</p> <p>A developer had saved a template <code>.sql</code> file he was using for new scripts. This file, somehow, was saved with <code>UCS-2</code> (or <code>Unicode</code>) encoding. Whenever he added files, TortoiseSVN determined that it was a binary file. By switchin... | 63, 606, 656, 4280, 59645 | diff, file-type, mime-types, svn, tortoisesvn | <h1>SVN Diff: Why are some files marked as binary</h1>
<p>Directly related: <a href="https://stackoverflow.com/questions/2634043/svn-diff-file-marked-as-binary-type">svn diff: file marked as binary type</a> <em>(Per the comment on the answer)</em></p>
<p>Why would my SVN client mark some files as binary?</p>
<p>Spec... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,570 | svn | # SVN Diff: Why are some files marked as binary
Directly related: [svn diff: file marked as binary type](https://stackoverflow.com/questions/2634043/svn-diff-file-marked-as-binary-type) *(Per the comment on the answer)*
Why would my SVN client mark some files as binary?
Specifically, `.sql` has prop `svn:mime-type =... | Well, I found the issue in my particular case:
A developer had saved a template `.sql` file he was using for new scripts. This file, somehow, was saved with `UCS-2` (or `Unicode`) encoding. Whenever he added files, TortoiseSVN determined that it was a binary file. By switching the encoding to `UTF-8`, the template and... |
2480078 | Where to put SVN repository directory in Linux? | 18 | 2010-03-19 19:32:27 | <p>I am setting up a new SVN server on Ubuntu Linux. Where is a good place (best practice) to put the repositories? Should I create a new user? The server will be accessed via http:// so no need to create user accounts etc (as was the case for svn://).</p>
<p>Many thanks in advance</p>
| 23,958 | 176,812 | 2010-09-06 02:57:24 | 2,480,169 | 19 | 2010-03-19 19:50:31 | 285,769 | 2010-03-19 19:50:31 | https://stackoverflow.com/q/2480078 | https://stackoverflow.com/a/2480169 | <p>I like putting things under <code>/srv</code>, as it seems to match the definition in the <a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM" rel="noreferrer">FHS</a>.</p>
| <p>I like putting things under <code>/srv</code>, as it seems to match the definition in the <a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM" rel="noreferrer">FHS</a>.</p> | 58, 63 | linux, svn | <h1>Where to put SVN repository directory in Linux?</h1>
<p>I am setting up a new SVN server on Ubuntu Linux. Where is a good place (best practice) to put the repositories? Should I create a new user? The server will be accessed via http:// so no need to create user accounts etc (as was the case for svn://).</p>
<p>Ma... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,571 | svn | # Where to put SVN repository directory in Linux?
I am setting up a new SVN server on Ubuntu Linux. Where is a good place (best practice) to put the repositories? Should I create a new user? The server will be accessed via http:// so no need to create user accounts etc (as was the case for svn://).
Many thanks in adv... | I like putting things under `/srv`, as it seems to match the definition in the [FHS](http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM). |
1525829 | TortoiseSVN file overlay performance - are there any ways of improving it? | 16 | 2009-10-06 14:10:40 | <p>I'm using TortoiseSVN on my development machine (running Windows Server 2003) and VisualSVN Server on the server side. Both are the latest versions (against Subversion 1.6.5).</p>
<p>Everything works well generally; however I'm getting a little frustrated with the TortoiseSVN file overlays (the little icons that sh... | 2,886 | 43,140 | 2014-12-29 13:04:13 | 1,525,860 | 19 | 2009-10-06 14:16:59 | 123,582 | 2009-10-06 15:35:52 | https://stackoverflow.com/q/1525829 | https://stackoverflow.com/a/1525860 | <p>By far the biggest performance increase I got was to set the client's Icon Overlays to not process the whole hard drive, only the locations my SVN files live in.</p>
<p>To do this, open the settings (right-click in Explorer->TortoiseSVN->Settings), select <strong>Icon Overlays</strong>, then in the <strong>Exclude ... | <p>By far the biggest performance increase I got was to set the client's Icon Overlays to not process the whole hard drive, only the locations my SVN files live in.</p> <p>To do this, open the settings (right-click in Explorer->TortoiseSVN->Settings), select <strong>Icon Overlays</strong>, then in the <strong>Exclude ... | 63, 64, 656, 11603 | svn, tortoisesvn, visualsvn-server, windows | <h1>TortoiseSVN file overlay performance - are there any ways of improving it?</h1>
<p>I'm using TortoiseSVN on my development machine (running Windows Server 2003) and VisualSVN Server on the server side. Both are the latest versions (against Subversion 1.6.5).</p>
<p>Everything works well generally; however I'm gett... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,573 | svn | # TortoiseSVN file overlay performance - are there any ways of improving it?
I'm using TortoiseSVN on my development machine (running Windows Server 2003) and VisualSVN Server on the server side. Both are the latest versions (against Subversion 1.6.5).
Everything works well generally; however I'm getting a little fru... | By far the biggest performance increase I got was to set the client's Icon Overlays to not process the whole hard drive, only the locations my SVN files live in.
To do this, open the settings (right-click in Explorer->TortoiseSVN->Settings), select **Icon Overlays**, then in the **Exclude paths:** enter `c:\*`
In the... |
1983852 | Is it possible to schedule an svn update? | 14 | 2009-12-31 03:49:57 | <p>I use eclipse galileo with <a href="http://www.eclipse.org/subversive/" rel="noreferrer">subversive</a> plugin or Tortoise SVN to do an update.</p>
<p>It is possible to schedule an auto-update (eg. every night)?
If yes, is it possible to configure it to just update the non-conflicting files?</p>
| 15,776 | 177,043 | 2010-08-24 01:31:22 | 1,983,861 | 19 | 2009-12-31 03:54:51 | 18,405 | 2009-12-31 03:54:51 | https://stackoverflow.com/q/1983852 | https://stackoverflow.com/a/1983861 | <p>I use this command via a scheduled task - this assumes you have Silksvn installed (but any svn client will do this)</p>
<pre><code>"C:\Program Files\SlikSvn\bin\svn" update --accept postpone d:\SourceCode >> c:\svn.log
</code></pre>
<p>It will only update files that aren't conflicting also, so no worry about... | <p>I use this command via a scheduled task - this assumes you have Silksvn installed (but any svn client will do this)</p> <pre><code>"C:\Program Files\SlikSvn\bin\svn" update --accept postpone d:\SourceCode >> c:\svn.log </code></pre> <p>It will only update files that aren't conflicting also, so no worry about... | 63, 656, 3311 | subversive, svn, tortoisesvn | <h1>Is it possible to schedule an svn update?</h1>
<p>I use eclipse galileo with <a href="http://www.eclipse.org/subversive/" rel="noreferrer">subversive</a> plugin or Tortoise SVN to do an update.</p>
<p>It is possible to schedule an auto-update (eg. every night)?
If yes, is it possible to configure it to just updat... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,574 | svn | # Is it possible to schedule an svn update?
I use eclipse galileo with [subversive](http://www.eclipse.org/subversive/) plugin or Tortoise SVN to do an update.
It is possible to schedule an auto-update (eg. every night)?
If yes, is it possible to configure it to just update the non-conflicting files? | I use this command via a scheduled task - this assumes you have Silksvn installed (but any svn client will do this)
```
"C:\Program Files\SlikSvn\bin\svn" update --accept postpone d:\SourceCode >> c:\svn.log
```
It will only update files that aren't conflicting also, so no worry about that.
OR even, do it from Torto... |
5077805 | Setting up Tortoise SVN Windows 7 hotkeys | 13 | 2011-02-22 11:57:29 | <p>How would one go about setting up some hotkeys for commonly used SVN actions such as diff?</p>
<p>Currently to view diff, I have to select file(s), then right click, navigate to TortoiseSVN and then select Diff action. Quite a few steps for something used often.</p>
<p>Instead, I would like to select file and use ... | 9,247 | 150,936 | 2015-02-04 07:53:00 | 5,078,216 | 19 | 2011-02-22 12:39:21 | 256,544 | 2011-02-23 16:28:05 | https://stackoverflow.com/q/5077805 | https://stackoverflow.com/a/5078216 | <p>You can modify the TortoiseSVN context menu and place your favorite commands at the root of the context menu. This way you have only to click twice for a diff. Not that much, I think. </p>
<p><img src="https://i.sstatic.net/vHpXN.png" alt="TortoiseSVN Settings - Context Menu"></p>
<p>Another option would be to use... | <p>You can modify the TortoiseSVN context menu and place your favorite commands at the root of the context menu. This way you have only to click twice for a diff. Not that much, I think. </p> <p><img src="https://i.sstatic.net/vHpXN.png" alt="TortoiseSVN Settings - Context Menu"></p> <p>Another option would be to use... | 63, 64, 656, 5984, 34595 | hotkeys, svn, tortoisesvn, windows, windows-7 | <h1>Setting up Tortoise SVN Windows 7 hotkeys</h1>
<p>How would one go about setting up some hotkeys for commonly used SVN actions such as diff?</p>
<p>Currently to view diff, I have to select file(s), then right click, navigate to TortoiseSVN and then select Diff action. Quite a few steps for something used often.</p... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,576 | svn | # Setting up Tortoise SVN Windows 7 hotkeys
How would one go about setting up some hotkeys for commonly used SVN actions such as diff?
Currently to view diff, I have to select file(s), then right click, navigate to TortoiseSVN and then select Diff action. Quite a few steps for something used often.
Instead, I would ... | You can modify the TortoiseSVN context menu and place your favorite commands at the root of the context menu. This way you have only to click twice for a diff. Not that much, I think.

Another option would be to use an advanced file manager (like ... |
969273 | SVN: Cannot mix repository and working copy sources error | 13 | 2009-06-09 10:32:28 | <p>When I run the following command</p>
<pre><code>svn copy http://host/svn/someproject/trunk \ http://host/svn/someproject/tags/uteeni -m"adding externals"
</code></pre>
<p>I get a svn:</p>
<pre><code>Cannot mix repository and working copy sources error
</code></pre>
<p>reply, what am I doing wrong?
The tags folde... | 18,810 | 117,278 | 2015-08-25 06:06:57 | 3,603,598 | 19 | 2010-08-30 19:34:16 | 435,284 | 2015-08-25 06:06:57 | https://stackoverflow.com/q/969273 | https://stackoverflow.com/a/3603598 | <p>Removal of "\" fixed the issue.
Here is my command which worked:</p>
<pre><code>svn copy from_url to_url -m "my comments for tag"
</code></pre>
| <p>Removal of "\" fixed the issue. Here is my command which worked:</p> <pre><code>svn copy from_url to_url -m "my comments for tag" </code></pre> | 63 | svn | <h1>SVN: Cannot mix repository and working copy sources error</h1>
<p>When I run the following command</p>
<pre><code>svn copy http://host/svn/someproject/trunk \ http://host/svn/someproject/tags/uteeni -m"adding externals"
</code></pre>
<p>I get a svn:</p>
<pre><code>Cannot mix repository and working copy sources e... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,577 | svn | # SVN: Cannot mix repository and working copy sources error
When I run the following command
```
svn copy http://host/svn/someproject/trunk \ http://host/svn/someproject/tags/uteeni -m"adding externals"
```
I get a svn:
```
Cannot mix repository and working copy sources error
```
reply, what am I doing wrong?
The ... | Removal of "\" fixed the issue.
Here is my command which worked:
```
svn copy from_url to_url -m "my comments for tag"
``` |
5957480 | SVN Copy: Create destination path if it doesn't exist | 12 | 2011-05-10 23:04:39 | <p>Is there some option I can use to create a directory in case it doesn't exist when I'm copying a directory within a SVN server to another directory within the same server? For example:</p>
<p><code>svn copy file:///home/svn/folder/app/trunk file:///home/svn/folder/app/branches/release</code></p>
<p>...when there's... | 6,469 | 9,506 | 2011-05-11 00:40:33 | 5,957,985 | 19 | 2011-05-11 00:40:33 | 227,020 | 2011-05-11 00:40:33 | https://stackoverflow.com/q/5957480 | https://stackoverflow.com/a/5957985 | <p>Add the <code>--parents</code> option to the <code>svn copy</code> command (type <code>svn help copy</code> for more details and other things you can do with copy).</p>
| <p>Add the <code>--parents</code> option to the <code>svn copy</code> command (type <code>svn help copy</code> for more details and other things you can do with copy).</p> | 63, 4330 | copy, svn | <h1>SVN Copy: Create destination path if it doesn't exist</h1>
<p>Is there some option I can use to create a directory in case it doesn't exist when I'm copying a directory within a SVN server to another directory within the same server? For example:</p>
<p><code>svn copy file:///home/svn/folder/app/trunk file:///home... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,578 | svn | # SVN Copy: Create destination path if it doesn't exist
Is there some option I can use to create a directory in case it doesn't exist when I'm copying a directory within a SVN server to another directory within the same server? For example:
`svn copy file:///home/svn/folder/app/trunk file:///home/svn/folder/app/branc... | Add the `--parents` option to the `svn copy` command (type `svn help copy` for more details and other things you can do with copy). |
6122054 | How can I determine whether a Subversion repository was created with a BDB or fsfs backend? | 11 | 2011-05-25 09:13:04 | <p>If you arrive at a pre-existing Subversion repository, how can you determine whether it was created with a BDB or fsfs backend storage method?</p>
| 2,819 | 205,814 | 2018-08-19 17:55:16 | 6,125,745 | 19 | 2011-05-25 14:08:07 | 48,003 | 2011-05-25 14:08:07 | https://stackoverflow.com/q/6122054 | https://stackoverflow.com/a/6125745 | <p>Open the file <code>repository\db\fs-type</code> with a text editor. It either contains <code>bdb</code> or <code>fsfs</code> indicating which backend it uses.</p>
| <p>Open the file <code>repository\db\fs-type</code> with a text editor. It either contains <code>bdb</code> or <code>fsfs</code> indicating which backend it uses.</p> | 63, 3138, 134270 | berkeley-db, fsfs, svn | <h1>How can I determine whether a Subversion repository was created with a BDB or fsfs backend?</h1>
<p>If you arrive at a pre-existing Subversion repository, how can you determine whether it was created with a BDB or fsfs backend storage method?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,580 | svn | # How can I determine whether a Subversion repository was created with a BDB or fsfs backend?
If you arrive at a pre-existing Subversion repository, how can you determine whether it was created with a BDB or fsfs backend storage method? | Open the file `repository\db\fs-type` with a text editor. It either contains `bdb` or `fsfs` indicating which backend it uses. |
5801639 | SVN (Subversive in Eclipse) - compare branch to trunk? | 11 | 2011-04-27 09:03:00 | <p>I used to work with CVS where it was no problem to compare HEAD to any branch, branch to branch or branch to HEAD. Now on SVN I have some changes on trunk I need to put on a branch, but can't seem to find an option to compare given branch to trunk.</p>
<p>Is it possible to have a branch project in workspace and com... | 13,605 | 593,808 | 2011-04-30 17:59:07 | 5,807,901 | 19 | 2011-04-27 17:11:01 | 448,641 | 2011-04-30 17:59:07 | https://stackoverflow.com/q/5801639 | https://stackoverflow.com/a/5807901 | <p>right-click on the project and choose <code>Compare With</code>, <code>Branch/Tag</code> (this is with subclipse)</p>
<p><img src="https://i.sstatic.net/k9e9F.gif" alt="enter image description here"></p>
<h3>APPENDED</h3>
<p>What version of the svn client are you using? When I open the Compare With dialog on a p... | <p>right-click on the project and choose <code>Compare With</code>, <code>Branch/Tag</code> (this is with subclipse)</p> <p><img src="https://i.sstatic.net/k9e9F.gif" alt="enter image description here"></p> <h3>APPENDED</h3> <p>What version of the svn client are you using? When I open the Compare With dialog on a p... | 53, 63, 3311 | eclipse, subversive, svn | <h1>SVN (Subversive in Eclipse) - compare branch to trunk?</h1>
<p>I used to work with CVS where it was no problem to compare HEAD to any branch, branch to branch or branch to HEAD. Now on SVN I have some changes on trunk I need to put on a branch, but can't seem to find an option to compare given branch to trunk.</p>
... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,581 | svn | # SVN (Subversive in Eclipse) - compare branch to trunk?
I used to work with CVS where it was no problem to compare HEAD to any branch, branch to branch or branch to HEAD. Now on SVN I have some changes on trunk I need to put on a branch, but can't seem to find an option to compare given branch to trunk.
Is it possib... | right-click on the project and choose `Compare With`, `Branch/Tag` (this is with subclipse)

### APPENDED
What version of the svn client are you using? When I open the Compare With dialog on a project checked out from branch it lets me enter any URL (in... |
805706 | Piping data on Windows command prompt | 11 | 2009-04-30 07:04:19 | <p>I need to get a backup dump of a large (~8gb) svn repository. My current method involves using <code>svnadmin dump</code> to a file and then using 7-Zip to compress and split the file.</p>
<pre><code>> svnadmin dump c:\path\to\myrepo > c:\svndump.svn
> 7z svndump.svn svndump.7z // or whatever the corr... | 8,318 | 9,021 | 2016-02-11 17:03:08 | 805,741 | 19 | 2009-04-30 07:15:45 | 3,171 | 2009-05-12 08:12:05 | https://stackoverflow.com/q/805706 | https://stackoverflow.com/a/805741 | <p><a href="http://svnbook.red-bean.com/en/1.1/re31.html" rel="noreferrer"><code>svnadmin dump</code> dumps to standard out by default</a> and the <a href="http://pwet.fr/man/linux/commandes/7z" rel="noreferrer"><code>7z</code> command line can read from standard input using the <code>-si</code> switch</a>.</p>
<pre><... | <p><a href="http://svnbook.red-bean.com/en/1.1/re31.html" rel="noreferrer"><code>svnadmin dump</code> dumps to standard out by default</a> and the <a href="http://pwet.fr/man/linux/commandes/7z" rel="noreferrer"><code>7z</code> command line can read from standard input using the <code>-si</code> switch</a>.</p> <pre><... | 63, 493, 1231, 15460 | backup, command-line, svn, svnadmin | <h1>Piping data on Windows command prompt</h1>
<p>I need to get a backup dump of a large (~8gb) svn repository. My current method involves using <code>svnadmin dump</code> to a file and then using 7-Zip to compress and split the file.</p>
<pre><code>> svnadmin dump c:\path\to\myrepo > c:\svndump.svn
> 7z svnd... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,582 | svn | # Piping data on Windows command prompt
I need to get a backup dump of a large (~8gb) svn repository. My current method involves using `svnadmin dump` to a file and then using 7-Zip to compress and split the file.
```
> svnadmin dump c:\path\to\myrepo > c:\svndump.svn
> 7z svndump.svn svndump.7z // or whatever t... | [`svnadmin dump` dumps to standard out by default](http://svnbook.red-bean.com/en/1.1/re31.html) and the [`7z` command line can read from standard input using the `-si` switch](http://pwet.fr/man/linux/commandes/7z).
```
svnadmin dump c:\path\to\myrepo | 7z a -si svndump.7z
``` |
350753 | How can I limit git log (or svn log) to revisions that regard one particular file? | 11 | 2008-12-08 20:21:27 | <p>I'd like to see a series of diffs for a file. I'd settle for simply the log listing restricted to only those entries that modified the file.</p>
| 19,247 | 1,190 | 2016-02-26 14:20:25 | 350,783 | 19 | 2008-12-08 20:32:18 | 2,167,252 | 2016-02-26 14:19:32 | https://stackoverflow.com/q/350753 | https://stackoverflow.com/a/350783 | <p><code>svn log filename</code></p>
<p>or </p>
<pre><code>svn log URL
</code></pre>
<p>I also recommend adding <code>--limit N</code> to show only recent entries:</p>
<pre><code>svn log main.cpp --limit 4
</code></pre>
<p>These can be applied to a file or project, BTW.</p>
| <p><code>svn log filename</code></p> <p>or </p> <pre><code>svn log URL </code></pre> <p>I also recommend adding <code>--limit N</code> to show only recent entries:</p> <pre><code>svn log main.cpp --limit 4 </code></pre> <p>These can be applied to a file or project, BTW.</p> | 63, 119, 942 | git, logging, svn | <h1>How can I limit git log (or svn log) to revisions that regard one particular file?</h1>
<p>I'd like to see a series of diffs for a file. I'd settle for simply the log listing restricted to only those entries that modified the file.</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,583 | svn | # How can I limit git log (or svn log) to revisions that regard one particular file?
I'd like to see a series of diffs for a file. I'd settle for simply the log listing restricted to only those entries that modified the file. | `svn log filename`
or
```
svn log URL
```
I also recommend adding `--limit N` to show only recent entries:
```
svn log main.cpp --limit 4
```
These can be applied to a file or project, BTW. |
11563031 | Moving SVN repositories data with history as subfolders into another repository | 10 | 2012-07-19 14:29:04 | <p>I have some repositories, and I need to transform the content of each one in subfolders of another repository <em>preserving their history log</em>... How can I do that?</p>
| 13,266 | 1,538,161 | 2016-12-18 21:09:30 | 11,598,608 | 19 | 2012-07-22 07:54:27 | 761,095 | 2016-03-04 13:09:18 | https://stackoverflow.com/q/11563031 | https://stackoverflow.com/a/11598608 | <p>There are two ways to accomplish the task. Depending on Subversion server distribution and task complexity you may find one of them easier or more convenient than the other.</p>
<h2>Filtering repository history with <code>svndumpfilter</code> tool</h2>
<p>The solution is quite tricky because Subversion repository ... | <p>There are two ways to accomplish the task. Depending on Subversion server distribution and task complexity you may find one of them easier or more convenient than the other.</p> <h2>Filtering repository history with <code>svndumpfilter</code> tool</h2> <p>The solution is quite tricky because Subversion repository ... | 63, 456, 7330, 62060 | repository, svn, svndump, version-control | <h1>Moving SVN repositories data with history as subfolders into another repository</h1>
<p>I have some repositories, and I need to transform the content of each one in subfolders of another repository <em>preserving their history log</em>... How can I do that?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,584 | svn | # Moving SVN repositories data with history as subfolders into another repository
I have some repositories, and I need to transform the content of each one in subfolders of another repository *preserving their history log*... How can I do that? | There are two ways to accomplish the task. Depending on Subversion server distribution and task complexity you may find one of them easier or more convenient than the other.
## Filtering repository history with `svndumpfilter` tool
The solution is quite tricky because Subversion repository history filtering works bas... |
8841796 | Repair corrupted SVN repository | 10 | 2012-01-12 20:26:37 | <p>I am using svnX (0.9.13) on Mac OS X Lion (10.7.2 11C74) and have seem to have, what I believe, is a corrupted SVN repository. I have searched the site for similar questions and have <a href="https://stackoverflow.com/questions/6130/repair-svn-checksum/2766697">found</a> a <a href="https://stackoverflow.com/question... | 32,757 | 566,046 | 2017-03-11 14:35:46 | 8,873,648 | 19 | 2012-01-15 21:48:34 | 368,630 | 2014-11-30 06:40:05 | https://stackoverflow.com/q/8841796 | https://stackoverflow.com/a/8873648 | <p>When you have a corrupt repository, your only real chance in saving the information is to do a dump and load. If you're lucky, doing a dump and load will sometimes correct the corruption.</p>
<p>If not, you can use the <code>-r <from>:<to></code> parameter on the dump to skip over the bad revisions. Y... | <p>When you have a corrupt repository, your only real chance in saving the information is to do a dump and load. If you're lucky, doing a dump and load will sometimes correct the corruption.</p> <p>If not, you can use the <code>-r <from>:<to></code> parameter on the dump to skip over the bad revisions. Y... | 63, 456 | svn, version-control | <h1>Repair corrupted SVN repository</h1>
<p>I am using svnX (0.9.13) on Mac OS X Lion (10.7.2 11C74) and have seem to have, what I believe, is a corrupted SVN repository. I have searched the site for similar questions and have <a href="https://stackoverflow.com/questions/6130/repair-svn-checksum/2766697">found</a> a <a... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,585 | svn | # Repair corrupted SVN repository
I am using svnX (0.9.13) on Mac OS X Lion (10.7.2 11C74) and have seem to have, what I believe, is a corrupted SVN repository. I have searched the site for similar questions and have [found](https://stackoverflow.com/questions/6130/repair-svn-checksum/2766697) a [couple](https://stack... | When you have a corrupt repository, your only real chance in saving the information is to do a dump and load. If you're lucky, doing a dump and load will sometimes correct the corruption.
If not, you can use the `-r <from>:<to>` parameter on the dump to skip over the bad revisions. You can create several dump files an... |
7486963 | Subclipse ignores "Accept Permanently" when "Accept Digital Certificate" dialog is shown | 9 | 2011-09-20 14:34:16 | <p>Under Eclipse running on OS X I have been running into issues with Subclipse ignoring "Accept Permanently" when the "Accept Digital Certificate" dialog is shown when updating or committing to the repository. How can this issue be resolved so that the dialog does not appear every time I interact with the repository?<... | 3,842 | 1,185 | 2013-05-14 21:43:46 | 7,487,170 | 19 | 2011-09-20 14:48:08 | 1,185 | 2011-09-20 14:48:08 | https://stackoverflow.com/q/7486963 | https://stackoverflow.com/a/7487170 | <p>Best thing to do is to just make Subversion reconfigure itself and the way to do this is as follows:</p>
<ol>
<li>Close Eclipse and any programs that might be using Subversion.</li>
<li>Open the terminal and go to you home directory (i.e. ~).</li>
<li>Remove the <code>.subversion</code> directory (i.e. <code>rm -rf... | <p>Best thing to do is to just make Subversion reconfigure itself and the way to do this is as follows:</p> <ol> <li>Close Eclipse and any programs that might be using Subversion.</li> <li>Open the terminal and go to you home directory (i.e. ~).</li> <li>Remove the <code>.subversion</code> directory (i.e. <code>rm -rf... | 53, 55, 63, 369 | eclipse, macos, subclipse, svn | <h1>Subclipse ignores "Accept Permanently" when "Accept Digital Certificate" dialog is shown</h1>
<p>Under Eclipse running on OS X I have been running into issues with Subclipse ignoring "Accept Permanently" when the "Accept Digital Certificate" dialog is shown when updating or committing to the repository. How can thi... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,586 | svn | # Subclipse ignores "Accept Permanently" when "Accept Digital Certificate" dialog is shown
Under Eclipse running on OS X I have been running into issues with Subclipse ignoring "Accept Permanently" when the "Accept Digital Certificate" dialog is shown when updating or committing to the repository. How can this issue b... | Best thing to do is to just make Subversion reconfigure itself and the way to do this is as follows:
1. Close Eclipse and any programs that might be using Subversion.
2. Open the terminal and go to you home directory (i.e. ~).
3. Remove the `.subversion` directory (i.e. `rm -rf .subversion`).
4. Restart Eclipse and up... |
2780459 | How to manage svn repositories in xcode | 8 | 2010-05-06 10:50:48 | <p>I am using svn for my xcode project. I added two files to my current project, added them to the repository and commited changes for my classes folder. But when I try to commit the entire project, I get this error:</p>
<blockquote>
<p>Error: 155005 (Working copy not locked; this is probably a bug, please report) D... | 6,876 | 308,196 | 2012-12-01 07:56:30 | 2,781,524 | 19 | 2010-05-06 13:34:43 | 169,346 | 2010-05-06 13:34:43 | https://stackoverflow.com/q/2780459 | https://stackoverflow.com/a/2781524 | <p>Your problem is in committing build results to Subversion.</p>
<p>Subversion works by putting a hidden folder called .svn in every folder that is under version control. This does not work well with folders that might get deleted and recreated by a tool because the tool will probably not respect the existence of th... | <p>Your problem is in committing build results to Subversion.</p> <p>Subversion works by putting a hidden folder called .svn in every folder that is under version control. This does not work well with folders that might get deleted and recreated by a tool because the tool will probably not respect the existence of th... | 63, 908 | svn, xcode | <h1>How to manage svn repositories in xcode</h1>
<p>I am using svn for my xcode project. I added two files to my current project, added them to the repository and commited changes for my classes folder. But when I try to commit the entire project, I get this error:</p>
<blockquote>
<p>Error: 155005 (Working copy not... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,587 | svn | # How to manage svn repositories in xcode
I am using svn for my xcode project. I added two files to my current project, added them to the repository and commited changes for my classes folder. But when I try to commit the entire project, I get this error:
> Error: 155005 (Working copy not locked; this is probably a b... | Your problem is in committing build results to Subversion.
Subversion works by putting a hidden folder called .svn in every folder that is under version control. This does not work well with folders that might get deleted and recreated by a tool because the tool will probably not respect the existence of the .svn fold... |
1610755 | How to recover repository using SVN hotcopy? | 8 | 2009-10-23 00:15:53 | <p>Okay. I used svn's hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly? </p>
<p>I searched the posts here regarding hotcopy. Most of them seem to just be encouraging the use of the svn hotcopy, but not talking about how to recover using hotcopy once made. </p>
<p>Is ther... | 16,054 | 87,130 | 2020-01-17 17:47:15 | 1,617,052 | 19 | 2009-10-24 05:25:19 | 23,264 | 2009-10-24 05:25:19 | https://stackoverflow.com/q/1610755 | https://stackoverflow.com/a/1617052 | <p>svnadmin hotcopy will always create full copies of your repository. It is not possible to do incremental backups with svnadmin hotcopy.</p>
<p>svnadmin hotcopy works like a filesystem copy command, except it will never copy open transactions.</p>
<p>To restore a repository you can just svn hotcopy your backup to t... | <p>svnadmin hotcopy will always create full copies of your repository. It is not possible to do incremental backups with svnadmin hotcopy.</p> <p>svnadmin hotcopy works like a filesystem copy command, except it will never copy open transactions.</p> <p>To restore a repository you can just svn hotcopy your backup to t... | 63, 2200, 7330 | recovery, repository, svn | <h1>How to recover repository using SVN hotcopy?</h1>
<p>Okay. I used svn's hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly? </p>
<p>I searched the posts here regarding hotcopy. Most of them seem to just be encouraging the use of the svn hotcopy, but not talking about ho... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,588 | svn | # How to recover repository using SVN hotcopy?
Okay. I used svn's hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly?
I searched the posts here regarding hotcopy. Most of them seem to just be encouraging the use of the svn hotcopy, but not talking about how to recover using ... | svnadmin hotcopy will always create full copies of your repository. It is not possible to do incremental backups with svnadmin hotcopy.
svnadmin hotcopy works like a filesystem copy command, except it will never copy open transactions.
To restore a repository you can just svn hotcopy your backup to the place from whi... |
4350145 | How to remove old SVN revisions | 6 | 2010-12-03 21:46:17 | <p>Our SVN repository is approaching 0.5 GB. We have nowhere near that amount of code in our production system.</p>
<p>Is it possible to remove old revisions. I tried <code>svn dump</code> with a beginning revision number, but to no avail. I couldn't import that into a clean SVN repository.</p>
<p>We don't need the h... | 14,484 | 117,421 | 2017-12-07 14:44:50 | 4,358,953 | 19 | 2010-12-05 13:12:08 | 23,264 | 2017-12-07 14:44:50 | https://stackoverflow.com/q/4350145 | https://stackoverflow.com/a/4358953 | <p>You can remove or better "shrink" the history of your SVN repository. Say you have 1000 revisions and you want to shrink to only have the revisions from r950-r1000. You can do the following:</p>
<pre><code>svnadmin dump /path/to/current/repo -r950:1000 > small_svn.dump
svnadmin create /path/to/new/repo
svnadmin ... | <p>You can remove or better "shrink" the history of your SVN repository. Say you have 1000 revisions and you want to shrink to only have the revisions from r950-r1000. You can do the following:</p> <pre><code>svnadmin dump /path/to/current/repo -r950:1000 > small_svn.dump svnadmin create /path/to/new/repo svnadmin ... | 63, 6345 | disk, svn | <h1>How to remove old SVN revisions</h1>
<p>Our SVN repository is approaching 0.5 GB. We have nowhere near that amount of code in our production system.</p>
<p>Is it possible to remove old revisions. I tried <code>svn dump</code> with a beginning revision number, but to no avail. I couldn't import that into a clean SV... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,589 | svn | # How to remove old SVN revisions
Our SVN repository is approaching 0.5 GB. We have nowhere near that amount of code in our production system.
Is it possible to remove old revisions. I tried `svn dump` with a beginning revision number, but to no avail. I couldn't import that into a clean SVN repository.
We don't nee... | You can remove or better "shrink" the history of your SVN repository. Say you have 1000 revisions and you want to shrink to only have the revisions from r950-r1000. You can do the following:
```
svnadmin dump /path/to/current/repo -r950:1000 > small_svn.dump
svnadmin create /path/to/new/repo
svnadmin load /path/to/new... |
4195665 | Checking out svn repository without .svn files | 6 | 2010-11-16 15:19:15 | <p>I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those files into my production folder /var/www/myWebapp.</p>
<p>As far as I am understanding SVN I could only use svn export on my local project folder which has all the sourcecode and additional .svn files. B... | 8,702 | 351,723 | 2017-11-10 20:17:57 | 4,195,716 | 19 | 2010-11-16 15:24:30 | 67,606 | 2010-11-16 15:24:30 | https://stackoverflow.com/q/4195665 | https://stackoverflow.com/a/4195716 | <p>No. You don't need a working copy to do a <code>svn export</code>.</p>
<p>Just do:</p>
<pre><code>$ cd /var/www/myWebapp
$ svn export URL
</code></pre>
<p>You should get a clean copy of <code>HEAD</code> into <code>/var/www/myWebapp</code>.</p>
| <p>No. You don't need a working copy to do a <code>svn export</code>.</p> <p>Just do:</p> <pre><code>$ cd /var/www/myWebapp $ svn export URL </code></pre> <p>You should get a clean copy of <code>HEAD</code> into <code>/var/www/myWebapp</code>.</p> | 63, 4167, 4956, 7330, 65722 | centos, export, repository, svn, svn-checkout | <h1>Checking out svn repository without .svn files</h1>
<p>I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those files into my production folder /var/www/myWebapp.</p>
<p>As far as I am understanding SVN I could only use svn export on my local project folder w... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,590 | svn | # Checking out svn repository without .svn files
I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those files into my production folder /var/www/myWebapp.
As far as I am understanding SVN I could only use svn export on my local project folder which has all the... | No. You don't need a working copy to do a `svn export`.
Just do:
```
$ cd /var/www/myWebapp
$ svn export URL
```
You should get a clean copy of `HEAD` into `/var/www/myWebapp`. |
8054460 | SVN Ignore - how to ignore the content of a directory | 24 | 2011-11-08 17:19:10 | <p>I have a large project on a live server which I would like to commit to an svn repo. I have added all files and directories to the repository using <code>svn add</code>. </p>
<p>The problem is that there is a folder-structure that I want to commit but without its content. The folder name is:</p>
<blockquote>
<pre>... | 16,056 | 295,654 | 2014-06-11 09:58:03 | 8,054,506 | 18 | 2011-11-08 17:22:05 | 185,971 | 2011-11-08 17:22:05 | https://stackoverflow.com/q/8054460 | https://stackoverflow.com/a/8054506 | <p>Once added to subversion, the svn:ignore property no longer applies. You will first have to do an <code>svn remove</code> on the contents of your media folder. Once that is done, SVN should ignore the files as you requested.</p>
| <p>Once added to subversion, the svn:ignore property no longer applies. You will first have to do an <code>svn remove</code> on the contents of your media folder. Once that is done, SVN should ignore the files as you requested.</p> | 63 | svn | <h1>SVN Ignore - how to ignore the content of a directory</h1>
<p>I have a large project on a live server which I would like to commit to an svn repo. I have added all files and directories to the repository using <code>svn add</code>. </p>
<p>The problem is that there is a folder-structure that I want to commit but w... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,592 | svn | # SVN Ignore - how to ignore the content of a directory
I have a large project on a live server which I would like to commit to an svn repo. I have added all files and directories to the repository using `svn add`.
The problem is that there is a folder-structure that I want to commit but without its content. The fold... | Once added to subversion, the svn:ignore property no longer applies. You will first have to do an `svn remove` on the contents of your media folder. Once that is done, SVN should ignore the files as you requested. |
2426056 | Why isn't obliterate an essential feature of Subversion? | 20 | 2010-03-11 15:10:55 | <p>For some years now, I'm waiting for Subversion to feature a "delete permanently" (obliterate) function. I hesitate to make the transition to Subversion (coming from Visual SourceSafe :p), because I think this is an essential feature, as otherwise I'd expect the repository to grow unstopably. However, for one reason ... | 4,990 | 74,612 | 2012-05-27 18:36:50 | 2,426,590 | 18 | 2010-03-11 16:10:19 | 14,148 | 2010-03-11 16:10:19 | https://stackoverflow.com/q/2426056 | https://stackoverflow.com/a/2426590 | <p>There is a fair amount of discussion of <code>svn obliterate</code> on the problem ticket at <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=516" rel="noreferrer">the Apache Subversion site</a>, most of it ending about 2008. There seems to be general agreement that it's a good capability to have, altho... | <p>There is a fair amount of discussion of <code>svn obliterate</code> on the problem ticket at <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=516" rel="noreferrer">the Apache Subversion site</a>, most of it ending about 2008. There seems to be general agreement that it's a good capability to have, altho... | 63, 51992 | obliterate, svn | <h1>Why isn't obliterate an essential feature of Subversion?</h1>
<p>For some years now, I'm waiting for Subversion to feature a "delete permanently" (obliterate) function. I hesitate to make the transition to Subversion (coming from Visual SourceSafe :p), because I think this is an essential feature, as otherwise I'd ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,593 | svn | # Why isn't obliterate an essential feature of Subversion?
For some years now, I'm waiting for Subversion to feature a "delete permanently" (obliterate) function. I hesitate to make the transition to Subversion (coming from Visual SourceSafe :p), because I think this is an essential feature, as otherwise I'd expect th... | There is a fair amount of discussion of `svn obliterate` on the problem ticket at [the Apache Subversion site](http://subversion.tigris.org/issues/show_bug.cgi?id=516), most of it ending about 2008. There seems to be general agreement that it's a good capability to have, although its use should be rare.
There are two ... |
2027857 | Making TeamCity integrate the Subversion build number into the assembly version | 20 | 2010-01-08 13:34:57 | <p>I want to adjust the output from my TeamCity build configuration of my class library so that the produced dll files have the following version number: 3.5.0.x, where x is the subversion revision number that TeamCity has picked up.</p>
<p>I've found that I can use the <code>BUILD_NUMBER</code> environment variable t... | 6,966 | 267 | 2011-12-09 12:57:27 | 2,028,000 | 18 | 2010-01-08 13:58:31 | 30,874 | 2010-01-08 14:06:56 | https://stackoverflow.com/q/2027857 | https://stackoverflow.com/a/2028000 | <p>The CSPROJ file is effectively an MSBuild file.</p>
<p>Unload the relevant class project in VS.NET, edit it and uncomment the <code>BeforeBuild</code> target. Add the <code>FileUpdate</code> MSBuild task from the MSBuild Community Extensions.</p>
<p>In your MSBuild file, you can retrieve the BUILD_NUMBER from Team... | <p>The CSPROJ file is effectively an MSBuild file.</p> <p>Unload the relevant class project in VS.NET, edit it and uncomment the <code>BeforeBuild</code> target. Add the <code>FileUpdate</code> MSBuild task from the MSBuild Community Extensions.</p> <p>In your MSBuild file, you can retrieve the BUILD_NUMBER from Team... | 63, 265, 604, 1066, 5792 | continuous-integration, msbuild, svn, teamcity, version | <h1>Making TeamCity integrate the Subversion build number into the assembly version</h1>
<p>I want to adjust the output from my TeamCity build configuration of my class library so that the produced dll files have the following version number: 3.5.0.x, where x is the subversion revision number that TeamCity has picked u... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,594 | svn | # Making TeamCity integrate the Subversion build number into the assembly version
I want to adjust the output from my TeamCity build configuration of my class library so that the produced dll files have the following version number: 3.5.0.x, where x is the subversion revision number that TeamCity has picked up.
I've ... | The CSPROJ file is effectively an MSBuild file.
Unload the relevant class project in VS.NET, edit it and uncomment the `BeforeBuild` target. Add the `FileUpdate` MSBuild task from the MSBuild Community Extensions.
In your MSBuild file, you can retrieve the BUILD_NUMBER from TeamCity by using the environment variable ... |
9291294 | How to set permissions in an svn repository? | 19 | 2012-02-15 10:03:02 | <p>I created a repository on a network drive with <code>svnadmin create repos</code>. </p>
<p>Is there a way to set user permissions to the repository?</p>
<p>And if that is the case how can those permissions be set?</p>
| 85,208 | 572,616 | 2012-02-15 11:19:01 | 9,292,344 | 18 | 2012-02-15 11:19:01 | 50,962 | 2012-02-15 11:19:01 | https://stackoverflow.com/q/9291294 | https://stackoverflow.com/a/9292344 | <p>If you need to manage access via <code>svn://</code> protocol (embedded authorization), all you need to do is to change files in <code>conf</code> folder of your newly created repository:</p>
<ol>
<li>Set up passwd (<code>repos/conf/passwd</code>) in order to define a list of users and passwords</li>
<li>Set up aut... | <p>If you need to manage access via <code>svn://</code> protocol (embedded authorization), all you need to do is to change files in <code>conf</code> folder of your newly created repository:</p> <ol> <li>Set up passwd (<code>repos/conf/passwd</code>) in order to define a list of users and passwords</li> <li>Set up aut... | 63, 15460, 51688 | svn, svnadmin, user-permissions | <h1>How to set permissions in an svn repository?</h1>
<p>I created a repository on a network drive with <code>svnadmin create repos</code>. </p>
<p>Is there a way to set user permissions to the repository?</p>
<p>And if that is the case how can those permissions be set?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,595 | svn | # How to set permissions in an svn repository?
I created a repository on a network drive with `svnadmin create repos`.
Is there a way to set user permissions to the repository?
And if that is the case how can those permissions be set? | If you need to manage access via `svn://` protocol (embedded authorization), all you need to do is to change files in `conf` folder of your newly created repository:
1. Set up passwd (`repos/conf/passwd`) in order to define a list of users and passwords
2. Set up authz (`repos/conf/authz`) in order to define groups an... |
501692 | Easiest/best way to set up SVN commit emails? | 19 | 2009-02-01 22:14:01 | <p>I'd like to set up commit emails on a project I'm work on, as described here:<br>
<a href="http://producingoss.com/en/vc.html#commit-emails" rel="noreferrer">http://producingoss.com/en/vc.html#commit-emails</a></p>
<p>That is, use a post commit hook to send an email to a list containing the commit title/log and d... | 28,613 | 4,161 | 2015-02-20 05:38:14 | 501,764 | 18 | 2009-02-01 22:42:53 | 36,656 | 2009-02-01 22:49:46 | https://stackoverflow.com/q/501692 | https://stackoverflow.com/a/501764 | <p>When creating new repository a sample post-commit hook is provided in <code>hooks/post-commit.tmpl</code>. It contains a line that looks more or less like this:</p>
<pre><code>/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" commit-watchers@example.org
</code></pre>
<p>Just substitute the email w... | <p>When creating new repository a sample post-commit hook is provided in <code>hooks/post-commit.tmpl</code>. It contains a line that looks more or less like this:</p> <pre><code>/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" commit-watchers@example.org </code></pre> <p>Just substitute the email w... | 63, 64649 | svn, svn-hooks | <h1>Easiest/best way to set up SVN commit emails?</h1>
<p>I'd like to set up commit emails on a project I'm work on, as described here:<br>
<a href="http://producingoss.com/en/vc.html#commit-emails" rel="noreferrer">http://producingoss.com/en/vc.html#commit-emails</a></p>
<p>That is, use a post commit hook to send a... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,597 | svn | # Easiest/best way to set up SVN commit emails?
I'd like to set up commit emails on a project I'm work on, as described here:
<http://producingoss.com/en/vc.html#commit-emails>
That is, use a post commit hook to send an email to a list containing the commit title/log and diff of the changes.
What's the easiest way... | When creating new repository a sample post-commit hook is provided in `hooks/post-commit.tmpl`. It contains a line that looks more or less like this:
```
/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" commit-watchers@example.org
```
Just substitute the email with the address you want to send notif... |
4302888 | How to use "svn add" recursively in Windows console? | 17 | 2010-11-29 10:35:11 | <p>When I run </p>
<pre><code>svn st
</code></pre>
<p>on my working copy I get some "?" entries which are located in subdirectories of working copy root. I want to add all of them to the repository. I try:</p>
<pre><code>svn add --force .
</code></pre>
<p>and</p>
<pre><code>svn add --force *
</code></pre>
<p>but... | 2,835 | 239,129 | 2010-11-29 17:13:09 | 4,304,401 | 18 | 2010-11-29 13:54:47 | 404,863 | 2010-11-29 15:32:32 | https://stackoverflow.com/q/4302888 | https://stackoverflow.com/a/4304401 | <p>Don't know if it work in windows, but you could try:</p>
<pre><code>svn add --depth=infinity *
</code></pre>
| <p>Don't know if it work in windows, but you could try:</p> <pre><code>svn add --depth=infinity * </code></pre> | 63, 2216 | svn, windows-xp | <h1>How to use "svn add" recursively in Windows console?</h1>
<p>When I run </p>
<pre><code>svn st
</code></pre>
<p>on my working copy I get some "?" entries which are located in subdirectories of working copy root. I want to add all of them to the repository. I try:</p>
<pre><code>svn add --force .
</code></pre>
... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,599 | svn | # How to use "svn add" recursively in Windows console?
When I run
```
svn st
```
on my working copy I get some "?" entries which are located in subdirectories of working copy root. I want to add all of them to the repository. I try:
```
svn add --force .
```
and
```
svn add --force *
```
but it doesn't work.
**... | Don't know if it work in windows, but you could try:
```
svn add --depth=infinity *
``` |
724707 | How to undo an 'svn copy' | 17 | 2009-04-07 08:54:38 | <p>I've accidentally overwritten an old branch by copying trunk over it using 'svn copy'. More specifically, for every release, trunk is branched and kept as a tag, using:</p>
<pre><code>svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/$RELEASENR
</code></pre>
<p>But this time the value of 'RELEASENR' was ... | 7,318 | 88,001 | 2014-11-12 10:32:10 | 724,784 | 18 | 2009-04-07 09:20:10 | 33,412 | 2012-01-06 06:27:26 | https://stackoverflow.com/q/724707 | https://stackoverflow.com/a/724784 | <p>Subversion doesn't work that way. You haven't actually overwritten it. If the target of the copy or a move exists and is a directory, then the copied or moved item is placed <em>in</em> that directory:</p>
<pre><code>svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/EXISTS_ALREADY
</code></pre>
<p>If yo... | <p>Subversion doesn't work that way. You haven't actually overwritten it. If the target of the copy or a move exists and is a directory, then the copied or moved item is placed <em>in</em> that directory:</p> <pre><code>svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/EXISTS_ALREADY </code></pre> <p>If yo... | 63, 4330, 5766 | copy, svn, undo | <h1>How to undo an 'svn copy'</h1>
<p>I've accidentally overwritten an old branch by copying trunk over it using 'svn copy'. More specifically, for every release, trunk is branched and kept as a tag, using:</p>
<pre><code>svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/$RELEASENR
</code></pre>
<p>But this... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,601 | svn | # How to undo an 'svn copy'
I've accidentally overwritten an old branch by copying trunk over it using 'svn copy'. More specifically, for every release, trunk is branched and kept as a tag, using:
```
svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/$RELEASENR
```
But this time the value of 'RELEASENR' wa... | Subversion doesn't work that way. You haven't actually overwritten it. If the target of the copy or a move exists and is a directory, then the copied or moved item is placed *in* that directory:
```
svn copy svn://machine/REPOS/trunk svn://machine/REPOS/tags/EXISTS_ALREADY
```
If you look, you should find:
```
svn:/... |
112770 | How do you re-attach a subversion local copy to a different remote? | 17 | 2008-09-22 01:31:03 | <p>Our subversion repository has been moved to a new host, and we have old applications that connect to that host. We CANNOT add an alias for the new server with the old name, how can we re-connect our checked out clients to the new repository?</p>
| 7,125 | 20,150 | 2012-01-19 03:02:32 | 113,820 | 18 | 2008-09-22 08:37:48 | 917 | 2012-01-19 03:02:32 | https://stackoverflow.com/q/112770 | https://stackoverflow.com/a/113820 | <p>Example:</p>
<pre><code>svn switch --relocate \
http://svn.example.com/path/to/repository/path/within/repository \
http://svnnew.example.com/new/repository/path/within/repository
</code></pre>
<p>One thing which is to remember, lets assume you checked out the project "path/within/repository" then you have ... | <p>Example:</p> <pre><code>svn switch --relocate \ http://svn.example.com/path/to/repository/path/within/repository \ http://svnnew.example.com/new/repository/path/within/repository </code></pre> <p>One thing which is to remember, lets assume you checked out the project "path/within/repository" then you have ... | 63 | svn | <h1>How do you re-attach a subversion local copy to a different remote?</h1>
<p>Our subversion repository has been moved to a new host, and we have old applications that connect to that host. We CANNOT add an alias for the new server with the old name, how can we re-connect our checked out clients to the new repositor... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,602 | svn | # How do you re-attach a subversion local copy to a different remote?
Our subversion repository has been moved to a new host, and we have old applications that connect to that host. We CANNOT add an alias for the new server with the old name, how can we re-connect our checked out clients to the new repository? | Example:
```
svn switch --relocate \
http://svn.example.com/path/to/repository/path/within/repository \
http://svnnew.example.com/new/repository/path/within/repository
```
One thing which is to remember, lets assume you checked out the project "path/within/repository" then you have to go to the **root of your... |
9281163 | SVN not updating recursively | 16 | 2012-02-14 17:12:10 | <p>A few weeks ago, I checked out our whole SVN repo in <code>--non-recursive</code> mode.
Now it seems that when I do a <code>svn up</code>, it does not update the folder recursively.</p>
<p>It's a problem because I'd like to get the changes from my colleagues without having to go through each directory and do a <cod... | 16,872 | 1,003,190 | 2020-01-01 18:03:20 | 9,283,613 | 18 | 2012-02-14 20:20:52 | 23,264 | 2012-02-14 20:20:52 | https://stackoverflow.com/q/9281163 | https://stackoverflow.com/a/9283613 | <p>on next svn update command provide the parameter <strong>--depth</strong>:</p>
<pre><code>svn up --depth infinity
</code></pre>
<p>on checking out a non-recursive checkout, subversion remembers this setting until you tell it otherwise.</p>
<p>Note: you should not use the parameter <strong>-N</strong> anymore as i... | <p>on next svn update command provide the parameter <strong>--depth</strong>:</p> <pre><code>svn up --depth infinity </code></pre> <p>on checking out a non-recursive checkout, subversion remembers this setting until you tell it otherwise.</p> <p>Note: you should not use the parameter <strong>-N</strong> anymore as i... | 63, 578, 37288 | non-recursive, recursion, svn | <h1>SVN not updating recursively</h1>
<p>A few weeks ago, I checked out our whole SVN repo in <code>--non-recursive</code> mode.
Now it seems that when I do a <code>svn up</code>, it does not update the folder recursively.</p>
<p>It's a problem because I'd like to get the changes from my colleagues without having to g... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,604 | svn | # SVN not updating recursively
A few weeks ago, I checked out our whole SVN repo in `--non-recursive` mode.
Now it seems that when I do a `svn up`, it does not update the folder recursively.
It's a problem because I'd like to get the changes from my colleagues without having to go through each directory and do a `svn... | on next svn update command provide the parameter **--depth**:
```
svn up --depth infinity
```
on checking out a non-recursive checkout, subversion remembers this setting until you tell it otherwise.
Note: you should not use the parameter **-N** anymore as it is deprecated. Try to use **--depth files** or **--depth i... |
1371438 | How do I merge two SVN branches? | 16 | 2009-09-03 04:25:10 | <p>I have two SVN branches checked out, "b1" and "b2". I would like to merge all of my commits from the "b1" branch onto the "b2" branch. I have tried something like</p>
<pre><code>svn merge -r HEAD:HEAD b1 b2
</code></pre>
<p>but it does nothing. I am sure I have this command wrong, but I can't find good documentati... | 33,838 | 45,849 | 2016-01-03 17:23:00 | 1,371,912 | 18 | 2009-09-03 07:30:32 | 160,665 | 2009-09-03 07:30:32 | https://stackoverflow.com/q/1371438 | https://stackoverflow.com/a/1371912 | <p>Your problem is with the <code>-r</code> flag. You have to specify a <em>range</em> of revisions. So for example:</p>
<pre><code>svn merge -r 13:HEAD b1 b2
</code></pre>
<p>To figure out the correct revision number you can do:</p>
<pre><code>svn log --stop-on-copy b1
</code></pre>
<p><code>log</code> will then o... | <p>Your problem is with the <code>-r</code> flag. You have to specify a <em>range</em> of revisions. So for example:</p> <pre><code>svn merge -r 13:HEAD b1 b2 </code></pre> <p>To figure out the correct revision number you can do:</p> <pre><code>svn log --stop-on-copy b1 </code></pre> <p><code>log</code> will then o... | 63, 717 | merge, svn | <h1>How do I merge two SVN branches?</h1>
<p>I have two SVN branches checked out, "b1" and "b2". I would like to merge all of my commits from the "b1" branch onto the "b2" branch. I have tried something like</p>
<pre><code>svn merge -r HEAD:HEAD b1 b2
</code></pre>
<p>but it does nothing. I am sure I have this comman... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,605 | svn | # How do I merge two SVN branches?
I have two SVN branches checked out, "b1" and "b2". I would like to merge all of my commits from the "b1" branch onto the "b2" branch. I have tried something like
```
svn merge -r HEAD:HEAD b1 b2
```
but it does nothing. I am sure I have this command wrong, but I can't find good do... | Your problem is with the `-r` flag. You have to specify a *range* of revisions. So for example:
```
svn merge -r 13:HEAD b1 b2
```
To figure out the correct revision number you can do:
```
svn log --stop-on-copy b1
```
`log` will then only list commits which happened on `b1`. The smallest revision number you'll see... |
3607 | Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend | 16 | 2008-08-06 16:10:44 | <p>I've got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\subversion\ <em>and a couple checking in and out from a network share (I forgot about this when I originally posted this question)</em>.</p>
<p>This means that I don't have a "subversion" server per-se.</p>
<p>How do ... | 5,345 | 58 | 2018-12-27 21:50:33 | 370,131 | 18 | 2008-12-16 00:03:30 | 46,433 | 2009-04-22 14:38:06 | https://stackoverflow.com/q/3607 | https://stackoverflow.com/a/370131 | <p>I've been investigating this issue and have managed to get it working. There are a couple of minor problems but they can be worked-around.</p>
<p>There are 3 distinct parts to this problem, as follows:</p>
<ol>
<li><p><strong>The TortoiseSVN part</strong> - getting TortoiseSVN to insert the Bugid and hyperlink in... | <p>I've been investigating this issue and have managed to get it working. There are a couple of minor problems but they can be worked-around.</p> <p>There are 3 distinct parts to this problem, as follows:</p> <ol> <li><p><strong>The TortoiseSVN part</strong> - getting TortoiseSVN to insert the Bugid and hyperlink in... | 63, 614, 656, 657 | fogbugz, integration, svn, tortoisesvn | <h1>Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend</h1>
<p>I've got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\subversion\ <em>and a couple checking in and out from a network share (I forgot about this when I originally posted this question)</em>.</p>
... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,606 | svn | # Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend
I've got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\subversion\ *and a couple checking in and out from a network share (I forgot about this when I originally posted this question)*.
This means that I do... | I've been investigating this issue and have managed to get it working. There are a couple of minor problems but they can be worked-around.
There are 3 distinct parts to this problem, as follows:
1. **The TortoiseSVN part** - getting TortoiseSVN to insert the Bugid and hyperlink in the svn log
2. **The FogBugz part** ... |
45809949 | E200033: Another process is blocking the working copy database | 15 | 2017-08-22 06:03:27 | <p>When I checkout from repository</p>
<pre><code>sudo svn co --username me http://192.168.1.27/svn/project
</code></pre>
<p>I got the this error and checkout process terminated</p>
<pre><code>svn: E200033: Another process is blocking the working copy database, or the underlying filesystem does not support file lock... | 30,558 | 6,075,393 | 2019-08-13 19:28:30 | 45,830,445 | 18 | 2017-08-23 04:01:10 | 3,721,948 | 2017-08-23 04:01:10 | https://stackoverflow.com/q/45809949 | https://stackoverflow.com/a/45830445 | <p>Follow the below steps:</p>
<pre><code> $ cd /my/repository/.svn
$ mv wc.db wc.db.old
$ sqlite3 wc.db.old
sqlite> .backup main wc.db
sqlite> .exit
Afterwards, do a svn cleanup.
</code></pre>
<p><a href="https://stackoverflow.com/questions/11500954/svn-database-is-locked-executing-statement-release-s... | <p>Follow the below steps:</p> <pre><code> $ cd /my/repository/.svn $ mv wc.db wc.db.old $ sqlite3 wc.db.old sqlite> .backup main wc.db sqlite> .exit Afterwards, do a svn cleanup. </code></pre> <p><a href="https://stackoverflow.com/questions/11500954/svn-database-is-locked-executing-statement-release-s... | 63, 118247 | svn, ubuntu-16.04 | <h1>E200033: Another process is blocking the working copy database</h1>
<p>When I checkout from repository</p>
<pre><code>sudo svn co --username me http://192.168.1.27/svn/project
</code></pre>
<p>I got the this error and checkout process terminated</p>
<pre><code>svn: E200033: Another process is blocking the workin... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,607 | svn | # E200033: Another process is blocking the working copy database
When I checkout from repository
```
sudo svn co --username me http://192.168.1.27/svn/project
```
I got the this error and checkout process terminated
```
svn: E200033: Another process is blocking the working copy database, or the underlying filesyste... | Follow the below steps:
```
$ cd /my/repository/.svn
$ mv wc.db wc.db.old
$ sqlite3 wc.db.old
sqlite> .backup main wc.db
sqlite> .exit
Afterwards, do a svn cleanup.
```
[svn: database is locked, executing statement 'RELEASE s0'](https://stackoverflow.com/questions/11500954/svn-database-is-locked-executing-st... |
1821983 | Subversion misses new directories during update | 15 | 2009-11-30 19:47:12 | <p>I'm using SVN 1.6.3 and TortoiseSVN 1.6.6. Periodically when I do an update from the root of my project, SVN fails to pickup a newly added directory (added by a co-worker). I've verified the revision number is correct and can even see the new directory (and its files) in the log for that revision. This doesn't se... | 20,439 | 238,303 | 2009-12-01 14:27:47 | 1,822,045 | 18 | 2009-11-30 19:57:56 | 189,919 | 2009-12-01 14:27:47 | https://stackoverflow.com/q/1821983 | https://stackoverflow.com/a/1822045 | <p>It sounds like you have a <a href="http://svnbook.red-bean.com/nightly/en/svn.advanced.sparsedirs.html" rel="noreferrer">sparse</a> working copy. Try <code>svn update --set-depth infinity</code> and see if that does it.</p>
<p>The equivalent in Tortoise is setting Update Depth to "Fully recursive" when you pull up... | <p>It sounds like you have a <a href="http://svnbook.red-bean.com/nightly/en/svn.advanced.sparsedirs.html" rel="noreferrer">sparse</a> working copy. Try <code>svn update --set-depth infinity</code> and see if that does it.</p> <p>The equivalent in Tortoise is setting Update Depth to "Fully recursive" when you pull up... | 63, 656 | svn, tortoisesvn | <h1>Subversion misses new directories during update</h1>
<p>I'm using SVN 1.6.3 and TortoiseSVN 1.6.6. Periodically when I do an update from the root of my project, SVN fails to pickup a newly added directory (added by a co-worker). I've verified the revision number is correct and can even see the new directory (and ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,610 | svn | # Subversion misses new directories during update
I'm using SVN 1.6.3 and TortoiseSVN 1.6.6. Periodically when I do an update from the root of my project, SVN fails to pickup a newly added directory (added by a co-worker). I've verified the revision number is correct and can even see the new directory (and its files) ... | It sounds like you have a [sparse](http://svnbook.red-bean.com/nightly/en/svn.advanced.sparsedirs.html) working copy. Try `svn update --set-depth infinity` and see if that does it.
The equivalent in Tortoise is setting Update Depth to "Fully recursive" when you pull up the Update dialog. |
4242656 | Does SVN support some sort of comments in its properties? | 14 | 2010-11-22 05:50:31 | <p>I want to use SVN externals on my projects to include a number of third party plugins. I've found this blog post recommending saving the svn:externals value in a file (called svn.externals) with the destination/source pairs, like this:</p>
<pre><code>akismet http://svn.wp-plugins.org/akismet/trunk
all-in-one-seo-pa... | 2,951 | 120,606 | 2012-10-11 09:29:56 | 8,045,593 | 18 | 2011-11-08 03:26:05 | 151,501 | 2011-11-08 03:26:05 | https://stackoverflow.com/q/4242656 | https://stackoverflow.com/a/8045593 | <p>From the source code \svn\main.c:1124 (version 1.7.1)</p>
<pre><code> " Lines in externals definitions starting with the '#' character\n"
" are considered comments and are ignored.\n"
</code></pre>
| <p>From the source code \svn\main.c:1124 (version 1.7.1)</p> <pre><code> " Lines in externals definitions starting with the '#' character\n" " are considered comments and are ignored.\n" </code></pre> | 63, 31462 | svn, svn-externals | <h1>Does SVN support some sort of comments in its properties?</h1>
<p>I want to use SVN externals on my projects to include a number of third party plugins. I've found this blog post recommending saving the svn:externals value in a file (called svn.externals) with the destination/source pairs, like this:</p>
<pre><cod... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,612 | svn | # Does SVN support some sort of comments in its properties?
I want to use SVN externals on my projects to include a number of third party plugins. I've found this blog post recommending saving the svn:externals value in a file (called svn.externals) with the destination/source pairs, like this:
```
akismet http://svn... | From the source code \svn\main.c:1124 (version 1.7.1)
```
" Lines in externals definitions starting with the '#' character\n"
" are considered comments and are ignored.\n"
``` |
5331239 | Is there a way in subversion to tell parent branch | 14 | 2011-03-16 20:17:35 | <p>Is there a way to tell parent branch in subversion? I have two branches BranchA and BranchB
I want to be able to tell their parent branch (from which branch was it originally copied).</p>
| 6,303 | 661,639 | 2021-02-17 13:25:11 | 5,331,259 | 18 | 2011-03-16 20:19:25 | 406,236 | 2013-09-19 00:58:38 | https://stackoverflow.com/q/5331239 | https://stackoverflow.com/a/5331259 | <p>You can see copy/merge/tag points via <code>svn log -v --stop-on-copy</code>. The <code>-v</code> is verbose, showing which paths were changed and that is where you'll see the copy from location and revision. <code>--stop-on-copy</code> is there to avoid walking past the most recent copy.</p>
| <p>You can see copy/merge/tag points via <code>svn log -v --stop-on-copy</code>. The <code>-v</code> is verbose, showing which paths were changed and that is where you'll see the copy from location and revision. <code>--stop-on-copy</code> is there to avoid walking past the most recent copy.</p> | 63 | svn | <h1>Is there a way in subversion to tell parent branch</h1>
<p>Is there a way to tell parent branch in subversion? I have two branches BranchA and BranchB
I want to be able to tell their parent branch (from which branch was it originally copied).</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,614 | svn | # Is there a way in subversion to tell parent branch
Is there a way to tell parent branch in subversion? I have two branches BranchA and BranchB
I want to be able to tell their parent branch (from which branch was it originally copied). | You can see copy/merge/tag points via `svn log -v --stop-on-copy`. The `-v` is verbose, showing which paths were changed and that is where you'll see the copy from location and revision. `--stop-on-copy` is there to avoid walking past the most recent copy. |
1580193 | Does "svnadmin dump" lock the repository? | 14 | 2009-10-16 20:21:16 | <p>... what happens if someone tries to commit during a <code>svnadmin dump REPOS_PATH</code>?</p>
<p>The <a href="http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.dump.html" rel="noreferrer">subversion book</a> doesn't say anything about that.</p>
| 5,688 | 50,890 | 2009-11-09 13:45:59 | 1,581,856 | 18 | 2009-10-17 09:52:12 | 33,412 | 2009-10-19 17:22:51 | https://stackoverflow.com/q/1580193 | https://stackoverflow.com/a/1581856 | <p>A concurrently running <code>svnadmin dump</code> will not interfere with new commits. The resulting dump file, however, will only contain the revisions that were present in the repository when you started <code>svnadmin dump</code>. </p>
<p>You'll need to grab commits made while the initial dump was running with a... | <p>A concurrently running <code>svnadmin dump</code> will not interfere with new commits. The resulting dump file, however, will only contain the revisions that were present in the repository when you started <code>svnadmin dump</code>. </p> <p>You'll need to grab commits made while the initial dump was running with a... | 63, 15460 | svn, svnadmin | <h1>Does "svnadmin dump" lock the repository?</h1>
<p>... what happens if someone tries to commit during a <code>svnadmin dump REPOS_PATH</code>?</p>
<p>The <a href="http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.dump.html" rel="noreferrer">subversion book</a> doesn't say anything about that.</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,616 | svn | # Does "svnadmin dump" lock the repository?
... what happens if someone tries to commit during a `svnadmin dump REPOS_PATH`?
The [subversion book](http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.dump.html) doesn't say anything about that. | A concurrently running `svnadmin dump` will not interfere with new commits. The resulting dump file, however, will only contain the revisions that were present in the repository when you started `svnadmin dump`.
You'll need to grab commits made while the initial dump was running with a second dump.
Other options you ... |
8447290 | Can I use the Delphi XE2 Subversion integration with Subversion 1.7 | 13 | 2011-12-09 14:55:04 | <p>I have just migrated revision control systems to Subversion. We have chosen to use the latest version of Subversion, 1.7. When I switch to the history view in the Delphi editor an error occurs:</p>
<blockquote>
<p>The path 'path/to/my/project' appears to be part of a Subversion 1.7 or greater working copy rooted ... | 7,371 | 505,088 | 2019-01-18 02:49:54 | 8,447,386 | 18 | 2011-12-09 15:02:05 | 11,480 | 2011-12-09 18:19:44 | https://stackoverflow.com/q/8447290 | https://stackoverflow.com/a/8447386 | <p>It should be possible to install the latest version (use a Subversion client to get the latest sources from the SourceForge <a href="http://sourceforge.net/scm/?type=svn&group_id=341542" rel="noreferrer">SVN repository</a>).</p>
<p>Edit (to clarify): "RAD Studio Version Insight" is the opensource project which ... | <p>It should be possible to install the latest version (use a Subversion client to get the latest sources from the SourceForge <a href="http://sourceforge.net/scm/?type=svn&group_id=341542" rel="noreferrer">SVN repository</a>).</p> <p>Edit (to clarify): "RAD Studio Version Insight" is the opensource project which ... | 63, 118, 62572 | delphi, delphi-xe2, svn | <h1>Can I use the Delphi XE2 Subversion integration with Subversion 1.7</h1>
<p>I have just migrated revision control systems to Subversion. We have chosen to use the latest version of Subversion, 1.7. When I switch to the history view in the Delphi editor an error occurs:</p>
<blockquote>
<p>The path 'path/to/my/pr... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,617 | svn | # Can I use the Delphi XE2 Subversion integration with Subversion 1.7
I have just migrated revision control systems to Subversion. We have chosen to use the latest version of Subversion, 1.7. When I switch to the history view in the Delphi editor an error occurs:
> The path 'path/to/my/project' appears to be part of ... | It should be possible to install the latest version (use a Subversion client to get the latest sources from the SourceForge [SVN repository](http://sourceforge.net/scm/?type=svn&group_id=341542)).
Edit (to clarify): "RAD Studio Version Insight" is the opensource project which provides the IDE Subversion integration. I... |
416322 | Is there any way to block files being committed to SVN repository | 13 | 2009-01-06 12:26:24 | <p>Today I came across a problem where someone had accidentally committed a proj.user file to the SVN repository. When i came to update, it obviously caused issues. </p>
<p>It got me wondering if there was any way that you can block certain file extensions to be committed to the repository.</p>
<p>I do realise there ... | 14,119 | 11,802 | 2014-04-01 19:54:29 | 416,341 | 18 | 2009-01-06 12:31:23 | 34,218 | 2014-04-01 19:54:29 | https://stackoverflow.com/q/416322 | https://stackoverflow.com/a/416341 | <p>Yes, in general there are two ways. Either create commit-hooks (which is probably not what you want to do), or, more easily, add the svn:ignore property to your directory. Since properties are maintained along with the project, this will effect everyone. For instance, to ignore <code>*.user</code> files, you could a... | <p>Yes, in general there are two ways. Either create commit-hooks (which is probably not what you want to do), or, more easily, add the svn:ignore property to your directory. Since properties are maintained along with the project, this will effect everyone. For instance, to ignore <code>*.user</code> files, you could a... | 63, 456 | svn, version-control | <h1>Is there any way to block files being committed to SVN repository</h1>
<p>Today I came across a problem where someone had accidentally committed a proj.user file to the SVN repository. When i came to update, it obviously caused issues. </p>
<p>It got me wondering if there was any way that you can block certain fil... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,618 | svn | # Is there any way to block files being committed to SVN repository
Today I came across a problem where someone had accidentally committed a proj.user file to the SVN repository. When i came to update, it obviously caused issues.
It got me wondering if there was any way that you can block certain file extensions to b... | Yes, in general there are two ways. Either create commit-hooks (which is probably not what you want to do), or, more easily, add the svn:ignore property to your directory. Since properties are maintained along with the project, this will effect everyone. For instance, to ignore `*.user` files, you could add this to the... |
8199352 | How do I completely uninstall Eclipse so I can sort out my Subclipse trouble? | 12 | 2011-11-20 04:01:52 | <p>I am having trouble finalising the installation of Subclipse into my Eclipse installation.</p>
<p>First some background: I installed Eclipse in 64-bit Ubuntu (in a VM). I tried to install Subclipse but on the final screen, the button to finish was greyed out (apparently this is a known unresolved issue). I cancel... | 104,246 | 522,091 | 2022-10-14 15:16:44 | 8,200,190 | 18 | 2011-11-20 07:56:31 | 1,032,294 | 2019-11-07 04:28:02 | https://stackoverflow.com/q/8199352 | https://stackoverflow.com/a/8200190 | <p>The following solution assumes you installed with the installer (as opposed to your package manager).
There is a hidden file in your home user directory (the path is <code>/home/user</code>). You can use the shortcut <kbd>Ctrl</kbd>+<kbd>H</kbd> to discover it.
And then you would find a folder named <code>.eclipse</... | <p>The following solution assumes you installed with the installer (as opposed to your package manager). There is a hidden file in your home user directory (the path is <code>/home/user</code>). You can use the shortcut <kbd>Ctrl</kbd>+<kbd>H</kbd> to discover it. And then you would find a folder named <code>.eclipse</... | 53, 55, 63 | eclipse, subclipse, svn | <h1>How do I completely uninstall Eclipse so I can sort out my Subclipse trouble?</h1>
<p>I am having trouble finalising the installation of Subclipse into my Eclipse installation.</p>
<p>First some background: I installed Eclipse in 64-bit Ubuntu (in a VM). I tried to install Subclipse but on the final screen, the b... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,620 | svn | # How do I completely uninstall Eclipse so I can sort out my Subclipse trouble?
I am having trouble finalising the installation of Subclipse into my Eclipse installation.
First some background: I installed Eclipse in 64-bit Ubuntu (in a VM). I tried to install Subclipse but on the final screen, the button to finish w... | The following solution assumes you installed with the installer (as opposed to your package manager).
There is a hidden file in your home user directory (the path is `/home/user`). You can use the shortcut `Ctrl`+`H` to discover it.
And then you would find a folder named `.eclipse`, just remove this folder, as it inclu... |
681770 | How to programmatically get SVN revision description and author in c#? | 12 | 2009-03-25 14:13:42 | <p>How do I programmatically get the revision description and author from the SVN server in c#?</p>
| 12,959 | 38,940 | 2016-08-15 16:26:52 | 682,078 | 18 | 2009-03-25 15:19:29 | 2,094 | 2016-08-15 16:26:52 | https://stackoverflow.com/q/681770 | https://stackoverflow.com/a/682078 | <p>Using <a href="http://sharpsvn.net/" rel="nofollow noreferrer">SharpSvn</a>:</p>
<pre><code>using(SvnClient client = new SvnClient())
{
Collection<SvnLogEventArgs> list;
// When not using cached credentials
// c.Authentication.DefaultCredentials = new NetworkCredential("user", "pass")l
SvnLo... | <p>Using <a href="http://sharpsvn.net/" rel="nofollow noreferrer">SharpSvn</a>:</p> <pre><code>using(SvnClient client = new SvnClient()) { Collection<SvnLogEventArgs> list; // When not using cached credentials // c.Authentication.DefaultCredentials = new NetworkCredential("user", "pass")l SvnLo... | 9, 63 | c#, svn | <h1>How to programmatically get SVN revision description and author in c#?</h1>
<p>How do I programmatically get the revision description and author from the SVN server in c#?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,622 | svn | # How to programmatically get SVN revision description and author in c#?
How do I programmatically get the revision description and author from the SVN server in c#? | Using [SharpSvn](http://sharpsvn.net/):
```
using(SvnClient client = new SvnClient())
{
Collection<SvnLogEventArgs> list;
// When not using cached credentials
// c.Authentication.DefaultCredentials = new NetworkCredential("user", "pass")l
SvnLogArgs la = new SvnLogArgs { Start = 128, End = 132 };
... |
8880986 | How do I find my SVN source? | 10 | 2012-01-16 13:53:59 | <p>I currently have an svn respository checked out to my local machine. How do I find the source URL that my changes are being checked into? (The URL of the actual repository).</p>
<p>Running Linux Ubuntu 11.10. </p>
<p>Thanks</p>
| 5,341 | 440,772 | 2012-01-16 13:58:01 | 8,881,022 | 18 | 2012-01-16 13:57:07 | 1,033,896 | 2012-01-16 13:57:07 | https://stackoverflow.com/q/8880986 | https://stackoverflow.com/a/8881022 | <p><code>svn info</code> should print the URL.</p>
<p>See <a href="http://svnbook.red-bean.com/en/1.1/re13.html" rel="noreferrer">svn info</a>.</p>
| <p><code>svn info</code> should print the URL.</p> <p>See <a href="http://svnbook.red-bean.com/en/1.1/re13.html" rel="noreferrer">svn info</a>.</p> | 63 | svn | <h1>How do I find my SVN source?</h1>
<p>I currently have an svn respository checked out to my local machine. How do I find the source URL that my changes are being checked into? (The URL of the actual repository).</p>
<p>Running Linux Ubuntu 11.10. </p>
<p>Thanks</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,624 | svn | # How do I find my SVN source?
I currently have an svn respository checked out to my local machine. How do I find the source URL that my changes are being checked into? (The URL of the actual repository).
Running Linux Ubuntu 11.10.
Thanks | `svn info` should print the URL.
See [svn info](http://svnbook.red-bean.com/en/1.1/re13.html). |
3935780 | How do I find the creation time/date stamp of a subversion directory node | 10 | 2010-10-14 17:23:02 | <p>I'm doing some analysis of a large subversion repository in preparation for some pruning. I'd like to be able to figure out when a directory node was created, NOT just when it was "Last changed". I can get the Last changed date with the following:</p>
<pre><code>svn info -R --depth immediates http://<path-omit... | 8,965 | 476,040 | 2010-10-14 17:35:08 | 3,935,890 | 18 | 2010-10-14 17:35:08 | 57,719 | 2010-10-14 17:35:08 | https://stackoverflow.com/q/3935780 | https://stackoverflow.com/a/3935890 | <p>Look in the Subversion log to find when the directory was copied to the <code>branches</code> or <code>tags</code> directory.</p>
<pre><code>svn log --stop-on-copy --quiet http://<path-omitted>/tags/<directory> | tail -2
</code></pre>
| <p>Look in the Subversion log to find when the directory was copied to the <code>branches</code> or <code>tags</code> directory.</p> <pre><code>svn log --stop-on-copy --quiet http://<path-omitted>/tags/<directory> | tail -2 </code></pre> | 63 | svn | <h1>How do I find the creation time/date stamp of a subversion directory node</h1>
<p>I'm doing some analysis of a large subversion repository in preparation for some pruning. I'd like to be able to figure out when a directory node was created, NOT just when it was "Last changed". I can get the Last changed date with... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,625 | svn | # How do I find the creation time/date stamp of a subversion directory node
I'm doing some analysis of a large subversion repository in preparation for some pruning. I'd like to be able to figure out when a directory node was created, NOT just when it was "Last changed". I can get the Last changed date with the follow... | Look in the Subversion log to find when the directory was copied to the `branches` or `tags` directory.
```
svn log --stop-on-copy --quiet http://<path-omitted>/tags/<directory> | tail -2
``` |
29970486 | How to checkout older version using TortoiseSVN | 9 | 2015-04-30 14:30:43 | <p>How do I checkout a file or folder to a specific revision in my working copy? I only want to view the files, not edit or check them in.</p>
<p>I would prefer to do this with the TortoiseSVN client.</p>
| 9,731 | 3,131,062 | 2015-04-30 15:17:10 | 29,970,622 | 18 | 2015-04-30 14:36:41 | 48,003 | 2015-04-30 14:36:41 | https://stackoverflow.com/q/29970486 | https://stackoverflow.com/a/29970622 | <p>right-click on the folder, in the TSVN submenu select <code>update to revision...</code>, then enter the revision or date and click the OK button.</p>
| <p>right-click on the folder, in the TSVN submenu select <code>update to revision...</code>, then enter the revision or date and click the OK button.</p> | 63, 656 | svn, tortoisesvn | <h1>How to checkout older version using TortoiseSVN</h1>
<p>How do I checkout a file or folder to a specific revision in my working copy? I only want to view the files, not edit or check them in.</p>
<p>I would prefer to do this with the TortoiseSVN client.</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,626 | svn | # How to checkout older version using TortoiseSVN
How do I checkout a file or folder to a specific revision in my working copy? I only want to view the files, not edit or check them in.
I would prefer to do this with the TortoiseSVN client. | right-click on the folder, in the TSVN submenu select `update to revision...`, then enter the revision or date and click the OK button. |
148902 | How do I properly branch post-commit and revert the trunk in svn? | 9 | 2008-09-29 14:27:36 | <p>I have some commits that I've decided, after the fact, are going to be more branch work then trunk work. How do I create the branch and revert the trunk while still ensuring merging isn't painful later?</p>
<p>Is it as simple as copying the current trunk to a branch and reverting the trunk? Or will this create head... | 3,419 | 1,946 | 2008-09-29 18:49:26 | 150,098 | 18 | 2008-09-29 18:49:26 | 2,541 | 2008-09-29 18:49:26 | https://stackoverflow.com/q/148902 | https://stackoverflow.com/a/150098 | <p>I think Philips method would be something like the following, assuming the last "good" revision was at 100 and you are now at 130, to create the new branch:</p>
<pre><code>svn copy -r100 svn://repos/trunk svn://repos/branches/newbranch
svn merge -r 100:130 svn://repos/trunk svn://repos/branches/newbranch
</code></p... | <p>I think Philips method would be something like the following, assuming the last "good" revision was at 100 and you are now at 130, to create the new branch:</p> <pre><code>svn copy -r100 svn://repos/trunk svn://repos/branches/newbranch svn merge -r 100:130 svn://repos/trunk svn://repos/branches/newbranch </code></p... | 63, 1879 | branch, svn | <h1>How do I properly branch post-commit and revert the trunk in svn?</h1>
<p>I have some commits that I've decided, after the fact, are going to be more branch work then trunk work. How do I create the branch and revert the trunk while still ensuring merging isn't painful later?</p>
<p>Is it as simple as copying the ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,627 | svn | # How do I properly branch post-commit and revert the trunk in svn?
I have some commits that I've decided, after the fact, are going to be more branch work then trunk work. How do I create the branch and revert the trunk while still ensuring merging isn't painful later?
Is it as simple as copying the current trunk to... | I think Philips method would be something like the following, assuming the last "good" revision was at 100 and you are now at 130, to create the new branch:
```
svn copy -r100 svn://repos/trunk svn://repos/branches/newbranch
svn merge -r 100:130 svn://repos/trunk svn://repos/branches/newbranch
```
Note the idea is to... |
4966876 | restricting git svn to branches | 8 | 2011-02-11 08:16:25 | <p>Using git-svn it is quite beautiful to use my local git as a svn client.</p>
<p>Unfortunately it seems not to be possible to restrict git svn to some branches?</p>
<p>got
<code>One '*' is needed in glob: 'branches/v10'</code></p>
<p>when setting up two <code>branches</code> lines in gitconfig with fixed branch pa... | 2,565 | 529,977 | 2013-01-29 20:39:15 | 6,983,850 | 18 | 2011-08-08 14:44:05 | 529,977 | 2013-01-29 20:39:15 | https://stackoverflow.com/q/4966876 | https://stackoverflow.com/a/6983850 | <p>The solution to this is in the manual. At the end of <code>svn manpage</code>, the following comment was found:</p>
<pre><code>It is also possible to fetch a subset of branches or tags by using a comma-separated list of names within braces. For example:
[svn-remote "huge-project"]
url = http://server.org/sv... | <p>The solution to this is in the manual. At the end of <code>svn manpage</code>, the following comment was found:</p> <pre><code>It is also possible to fetch a subset of branches or tags by using a comma-separated list of names within braces. For example: [svn-remote "huge-project"] url = http://server.org/sv... | 119, 6452, 76220 | git, git-branch, git-svn | <h1>restricting git svn to branches</h1>
<p>Using git-svn it is quite beautiful to use my local git as a svn client.</p>
<p>Unfortunately it seems not to be possible to restrict git svn to some branches?</p>
<p>got
<code>One '*' is needed in glob: 'branches/v10'</code></p>
<p>when setting up two <code>branches</code... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,628 | svn | # restricting git svn to branches
Using git-svn it is quite beautiful to use my local git as a svn client.
Unfortunately it seems not to be possible to restrict git svn to some branches?
got
`One '*' is needed in glob: 'branches/v10'`
when setting up two `branches` lines in gitconfig with fixed branch paths
```
ur... | The solution to this is in the manual. At the end of `svn manpage`, the following comment was found:
```
It is also possible to fetch a subset of branches or tags by using a comma-separated list of names within braces. For example:
[svn-remote "huge-project"]
url = http://server.org/svn
fetch = trunk/s... |
32738777 | error in installing apache libtool not found | 6 | 2015-09-23 11:48:45 | <p>I am installing the apache steps are as follow<br/><br/>echo deb http ://ports.ubuntu.com/ubuntu-ports vivid restricted main multiverse universe >> /etc/apt/sources.list <br/><br/>
apt-get install -y git \<br/>
openssl \<br/>
subversion \<br/>
autoconf \<br/>
libtool \<br/>
libapr \<br/>
libapr-util \<br/>
make \<b... | 9,376 | 5,321,326 | 2015-09-24 07:05:58 | 32,741,203 | 18 | 2015-09-23 13:38:10 | 873,145 | 2015-09-24 07:05:58 | https://stackoverflow.com/q/32738777 | https://stackoverflow.com/a/32741203 | <p><strong>In Ubuntu vivid</strong>, <code>/usr/bin/libtool</code> is provided by the <code>libtool-bin</code> package, not by the <code>libtool</code> package. Install <code>libtool-bin</code>:</p>
<pre><code>apt-get update
apt-get install -y libtool-bin
</code></pre>
| <p><strong>In Ubuntu vivid</strong>, <code>/usr/bin/libtool</code> is provided by the <code>libtool-bin</code> package, not by the <code>libtool</code> package. Install <code>libtool-bin</code>:</p> <pre><code>apt-get update apt-get install -y libtool-bin </code></pre> | 63, 80, 549, 19679, 90304 | apache, docker, libtool, svn, ubuntu | <h1>error in installing apache libtool not found</h1>
<p>I am installing the apache steps are as follow<br/><br/>echo deb http ://ports.ubuntu.com/ubuntu-ports vivid restricted main multiverse universe >> /etc/apt/sources.list <br/><br/>
apt-get install -y git \<br/>
openssl \<br/>
subversion \<br/>
autoconf \<br/>
li... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,630 | svn | # error in installing apache libtool not found
I am installing the apache steps are as follow
echo deb http ://ports.ubuntu.com/ubuntu-ports vivid restricted main multiverse universe >> /etc/apt/sources.list
apt-get install -y git \
openssl \
subversion \
autoconf \
libtool \
libapr \
libapr-uti... | **In Ubuntu vivid**, `/usr/bin/libtool` is provided by the `libtool-bin` package, not by the `libtool` package. Install `libtool-bin`:
```
apt-get update
apt-get install -y libtool-bin
``` |
14186572 | Relocate without relocate in subversion? | 6 | 2013-01-06 20:47:58 | <p>I need to switch the base URL of my working copy in subversion.</p>
<p>According to the manual for 1.7 I should be able to use svn relocate.
<a href="http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html" rel="noreferrer">http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html</a></p>
<p>However, o... | 3,920 | 134,702 | 2013-01-07 02:12:51 | 14,187,740 | 18 | 2013-01-06 23:01:10 | 134,702 | 2013-01-07 02:12:51 | https://stackoverflow.com/q/14186572 | https://stackoverflow.com/a/14187740 | <p>I found the answer I was looking for. It's just a matter of running</p>
<pre><code>svn switch --relocate OLD_URL NEW_URL
</code></pre>
<p>It looks like on subversion 1.7 you can use the new syntax:</p>
<pre><code>svn relocate NEW_URL
</code></pre>
| <p>I found the answer I was looking for. It's just a matter of running</p> <pre><code>svn switch --relocate OLD_URL NEW_URL </code></pre> <p>It looks like on subversion 1.7 you can use the new syntax:</p> <pre><code>svn relocate NEW_URL </code></pre> | 63, 549, 80492 | svn, ubuntu, ubuntu-12.04 | <h1>Relocate without relocate in subversion?</h1>
<p>I need to switch the base URL of my working copy in subversion.</p>
<p>According to the manual for 1.7 I should be able to use svn relocate.
<a href="http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html" rel="noreferrer">http://svnbook.red-bean.com/en/1.7/... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,631 | svn | # Relocate without relocate in subversion?
I need to switch the base URL of my working copy in subversion.
According to the manual for 1.7 I should be able to use svn relocate.
<http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html>
However, on Ubuntu Linux 12.04 I have version 1.6 which doesn't appear to h... | I found the answer I was looking for. It's just a matter of running
```
svn switch --relocate OLD_URL NEW_URL
```
It looks like on subversion 1.7 you can use the new syntax:
```
svn relocate NEW_URL
``` |
22714362 | Is it safe to delete the contents of .svn/pristine? | 34 | 2014-03-28 13:33:20 | <p>I'm working with a large application I've checked out from my repository, the bulk of this app is in the <code>.svn/pristine</code> folder. From what I understand, the pristine folder contains copies of the files in my workingCopy directory</p>
<p>That being said, </p>
<ul>
<li>Would it be okay to delete these fil... | 56,967 | 2,225,151 | 2023-01-06 23:28:47 | 22,714,748 | 17 | 2014-03-28 13:51:26 | 761,095 | 2023-01-06 23:28:47 | https://stackoverflow.com/q/22714362 | https://stackoverflow.com/a/22714748 | <ul>
<li><p>You must not touch the directory <code>.svn</code> in your working copy manually. The directory is required for client-side operations.</p>
</li>
<li><p>The <code>.svn</code> directory stores working copy metadata and pristine copy of WC files for client-side operations only, it must exist in each SVN worki... | <ul> <li><p>You must not touch the directory <code>.svn</code> in your working copy manually. The directory is required for client-side operations.</p> </li> <li><p>The <code>.svn</code> directory stores working copy metadata and pristine copy of WC files for client-side operations only, it must exist in each SVN worki... | 63, 19697 | svn, working-copy | <h1>Is it safe to delete the contents of .svn/pristine?</h1>
<p>I'm working with a large application I've checked out from my repository, the bulk of this app is in the <code>.svn/pristine</code> folder. From what I understand, the pristine folder contains copies of the files in my workingCopy directory</p>
<p>That be... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,632 | svn | # Is it safe to delete the contents of .svn/pristine?
I'm working with a large application I've checked out from my repository, the bulk of this app is in the `.svn/pristine` folder. From what I understand, the pristine folder contains copies of the files in my workingCopy directory
That being said,
- Would it be ok... | - You must not touch the directory `.svn` in your working copy manually. The directory is required for client-side operations.
- The `.svn` directory stores working copy metadata and pristine copy of WC files for client-side operations only, it must exist in each SVN working copy but not in SVN repository. Storing it i... |
13085534 | Problems occurred when invoking code from plug-in: "org.eclipse.jface" | 18 | 2012-10-26 10:51:57 | <p>I've got a new Java project at Eclipse from SVN and just tried to open the project in the Eclipse's Project Explorer window and received this error:</p>
<blockquote>
<p>Problems occurred when invoking code from plug-in: <code>"org.eclipse.jface"</code>.</p>
</blockquote>
<p>How could I fix that issue?</p>
<p><s... | 68,180 | 1,775,376 | 2018-03-08 13:41:43 | 13,085,848 | 17 | 2012-10-26 11:11:08 | 573,032 | 2012-10-26 11:11:08 | https://stackoverflow.com/q/13085534 | https://stackoverflow.com/a/13085848 | <p>Your project may be configured not for your comp. Try to remove <code>.classpath</code> and <code>.project</code> and recreate the project from existed sources. Also remove any eclipse internal dirs if they are accidentally committed to the SVN such as <code>.settings</code> that starts with dot. </p>
| <p>Your project may be configured not for your comp. Try to remove <code>.classpath</code> and <code>.project</code> and recreate the project from existed sources. Also remove any eclipse internal dirs if they are accidentally committed to the SVN such as <code>.settings</code> that starts with dot. </p> | 17, 53, 63, 725, 3885 | configuration, eclipse, eclipse-plugin, java, svn | <h1>Problems occurred when invoking code from plug-in: "org.eclipse.jface"</h1>
<p>I've got a new Java project at Eclipse from SVN and just tried to open the project in the Eclipse's Project Explorer window and received this error:</p>
<blockquote>
<p>Problems occurred when invoking code from plug-in: <code>"org.ecl... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,635 | svn | # Problems occurred when invoking code from plug-in: "org.eclipse.jface"
I've got a new Java project at Eclipse from SVN and just tried to open the project in the Eclipse's Project Explorer window and received this error:
> Problems occurred when invoking code from plug-in: `"org.eclipse.jface"`.
How could I fix tha... | Your project may be configured not for your comp. Try to remove `.classpath` and `.project` and recreate the project from existed sources. Also remove any eclipse internal dirs if they are accidentally committed to the SVN such as `.settings` that starts with dot. |
4591015 | SVN Endless Loop - [file] "does not exist in repository" | 18 | 2011-01-04 05:52:25 | <p>This has been plaguing me for a week.</p>
<p>SVN keeps telling me that a certain file "<code>does not exist in repository</code>".</p>
<p>Fine. Let's just delete it. Forget about it. Ignore it. Whatever. I don't really care about this file (especially if it continues to fail the nightly check-in).</p>
<p>The... | 14,465 | 494,219 | 2018-04-05 07:52:01 | 4,592,809 | 17 | 2011-01-04 10:54:16 | 52,626 | 2011-01-04 10:54:16 | https://stackoverflow.com/q/4591015 | https://stackoverflow.com/a/4592809 | <p>It seems most likely that you have corrupted your local working copy, e.g. by moving folders or some other manipulation that you did with windows explorer but should have done through the TortoiseSVN context menu. The information inside the <code>.svn</code> folders now no longer matches the state of the working cop... | <p>It seems most likely that you have corrupted your local working copy, e.g. by moving folders or some other manipulation that you did with windows explorer but should have done through the TortoiseSVN context menu. The information inside the <code>.svn</code> folders now no longer matches the state of the working cop... | 656 | tortoisesvn | <h1>SVN Endless Loop - [file] "does not exist in repository"</h1>
<p>This has been plaguing me for a week.</p>
<p>SVN keeps telling me that a certain file "<code>does not exist in repository</code>".</p>
<p>Fine. Let's just delete it. Forget about it. Ignore it. Whatever. I don't really care about this file (esp... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,636 | svn | # SVN Endless Loop - [file] "does not exist in repository"
This has been plaguing me for a week.
SVN keeps telling me that a certain file "`does not exist in repository`".
Fine. Let's just delete it. Forget about it. Ignore it. Whatever. I don't really care about this file (especially if it continues to fail the nig... | It seems most likely that you have corrupted your local working copy, e.g. by moving folders or some other manipulation that you did with windows explorer but should have done through the TortoiseSVN context menu. The information inside the `.svn` folders now no longer matches the state of the working copy, which is co... |
4138 | SVN Client Ignore Pattern for VB.NET Solutions | 17 | 2008-08-06 23:46:24 | <p>What is the best SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?</p>
| 1,987 | 83 | 2012-05-02 15:02:52 | 4,140 | 17 | 2008-08-06 23:48:46 | 34 | 2008-08-06 23:48:46 | https://stackoverflow.com/q/4138 | https://stackoverflow.com/a/4140 | <p>this is what I use for C# w/resharper, should work just the same with vb.net:</p>
<pre><code>build deploy */bin */bin/* obj *.dll *.pdb *.user *.suo _ReSharper* *.resharper* bin
</code></pre>
| <p>this is what I use for C# w/resharper, should work just the same with vb.net:</p> <pre><code>build deploy */bin */bin/* obj *.dll *.pdb *.user *.suo _ReSharper* *.resharper* bin </code></pre> | 41, 63, 656 | svn, tortoisesvn, vb.net | <h1>SVN Client Ignore Pattern for VB.NET Solutions</h1>
<p>What is the best SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,637 | svn | # SVN Client Ignore Pattern for VB.NET Solutions
What is the best SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution? | this is what I use for C# w/resharper, should work just the same with vb.net:
```
build deploy */bin */bin/* obj *.dll *.pdb *.user *.suo _ReSharper* *.resharper* bin
``` |
9261625 | svndumpfilter fails with "Invalid copy source path..." error | 15 | 2012-02-13 13:48:03 | <p>I want to move part of my SVN repo offsite, onto an AWS instance & am following this page (<a href="http://svnbook.red-bean.com/en/1.1/ch05s03.html" rel="noreferrer">Repository Maintenance</a>)</p>
<p>I have taken a <code>dump</code> of the whole repo (Windows commands):</p>
<ul>
<li><code>svnadmin dump c:\repo ... | 19,196 | 383,414 | 2017-10-30 12:39:27 | 13,513,372 | 17 | 2012-11-22 13:06:15 | 643,210 | 2012-11-22 13:06:15 | https://stackoverflow.com/q/9261625 | https://stackoverflow.com/a/13513372 | <p>At some point <code>/Personal/Richard/M1_Config</code> has been copied to the <code>M1</code> path. The error message is say that it can't perform the copy since the source has been filtered out. Check the revision that svndumpfilter complained about.</p>
<p>You must include the <code>/Personal/Richard/M1_Config</c... | <p>At some point <code>/Personal/Richard/M1_Config</code> has been copied to the <code>M1</code> path. The error message is say that it can't perform the copy since the source has been filtered out. Check the revision that svndumpfilter complained about.</p> <p>You must include the <code>/Personal/Richard/M1_Config</c... | 63, 14980, 15460 | svn, svnadmin, svndumpfilter | <h1>svndumpfilter fails with "Invalid copy source path..." error</h1>
<p>I want to move part of my SVN repo offsite, onto an AWS instance & am following this page (<a href="http://svnbook.red-bean.com/en/1.1/ch05s03.html" rel="noreferrer">Repository Maintenance</a>)</p>
<p>I have taken a <code>dump</code> of the wh... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,639 | svn | # svndumpfilter fails with "Invalid copy source path..." error
I want to move part of my SVN repo offsite, onto an AWS instance & am following this page ([Repository Maintenance](http://svnbook.red-bean.com/en/1.1/ch05s03.html))
I have taken a `dump` of the whole repo (Windows commands):
- `svnadmin dump c:\repo > a... | At some point `/Personal/Richard/M1_Config` has been copied to the `M1` path. The error message is say that it can't perform the copy since the source has been filtered out. Check the revision that svndumpfilter complained about.
You must include the `/Personal/Richard/M1_Config` path even if you don't want it in the ... |
6374655 | How to save diff to reuse later - the feature similar to shelveset in TFS? | 14 | 2011-06-16 15:44:12 | <p>I make some changes to a file but realize that I need to modify it in other way - this requires me to temporary save my current changes elsewhere and apply it later. How can I do this in svn/subversion tool, e.g. TortoiseSVN?</p>
<p>The feature I'm mentioning is very similar to making <code>shelveset</code> and uns... | 14,794 | 248,616 | 2013-10-08 15:05:11 | 6,375,870 | 17 | 2011-06-16 17:11:43 | 20,043 | 2011-06-16 18:15:55 | https://stackoverflow.com/q/6374655 | https://stackoverflow.com/a/6375870 | <p>AntonyW's answer works, but it might be overkill, especially if you've got a lot of code !</p>
<p>I'm not familiar with TFS' <code>shelveset</code> but svn gives you the <code>svn diff</code> command to do just what you're looking for: making a diff and saving it so you can apply it later. Just take <code>svn diff<... | <p>AntonyW's answer works, but it might be overkill, especially if you've got a lot of code !</p> <p>I'm not familiar with TFS' <code>shelveset</code> but svn gives you the <code>svn diff</code> command to do just what you're looking for: making a diff and saving it so you can apply it later. Just take <code>svn diff<... | 63, 606, 656, 733, 26148 | diff, shelveset, svn, tfs, tortoisesvn | <h1>How to save diff to reuse later - the feature similar to shelveset in TFS?</h1>
<p>I make some changes to a file but realize that I need to modify it in other way - this requires me to temporary save my current changes elsewhere and apply it later. How can I do this in svn/subversion tool, e.g. TortoiseSVN?</p>
<p... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,641 | svn | # How to save diff to reuse later - the feature similar to shelveset in TFS?
I make some changes to a file but realize that I need to modify it in other way - this requires me to temporary save my current changes elsewhere and apply it later. How can I do this in svn/subversion tool, e.g. TortoiseSVN?
The feature I'm... | AntonyW's answer works, but it might be overkill, especially if you've got a lot of code !
I'm not familiar with TFS' `shelveset` but svn gives you the `svn diff` command to do just what you're looking for: making a diff and saving it so you can apply it later. Just take `svn diff`'s output and save it in a .patch or ... |
1557658 | Using Subversion, how can I cut from one file and paste to another preserving history | 14 | 2009-10-13 00:27:03 | <p>The situation is that I've spent some time messing around with some experimental code. I now want to move part of that code - about 500 lines - into another file, but I don't want to lose the history, as I would if I do a simple text-editor cut and paste.</p>
<p>As close as I know how to get is separating the code ... | 3,053 | null | 2009-10-14 17:45:25 | 1,559,580 | 17 | 2009-10-13 11:13:35 | 52,626 | 2009-10-14 17:45:25 | https://stackoverflow.com/q/1557658 | https://stackoverflow.com/a/1559580 | <p>You can merge all revisions (or specific revisions) of one file into another like this</p>
<pre><code>svn merge sourcefile targetfile -r 0:HEAD
</code></pre>
<p>At first I thought one would have to use the <code>--ignore-ancestry</code> option (since both files don't share any common history) but apparently this i... | <p>You can merge all revisions (or specific revisions) of one file into another like this</p> <pre><code>svn merge sourcefile targetfile -r 0:HEAD </code></pre> <p>At first I thought one would have to use the <code>--ignore-ancestry</code> option (since both files don't share any common history) but apparently this i... | 63, 656 | svn, tortoisesvn | <h1>Using Subversion, how can I cut from one file and paste to another preserving history</h1>
<p>The situation is that I've spent some time messing around with some experimental code. I now want to move part of that code - about 500 lines - into another file, but I don't want to lose the history, as I would if I do a ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,642 | svn | # Using Subversion, how can I cut from one file and paste to another preserving history
The situation is that I've spent some time messing around with some experimental code. I now want to move part of that code - about 500 lines - into another file, but I don't want to lose the history, as I would if I do a simple te... | You can merge all revisions (or specific revisions) of one file into another like this
```
svn merge sourcefile targetfile -r 0:HEAD
```
At first I thought one would have to use the `--ignore-ancestry` option (since both files don't share any common history) but apparently this is not necessary. I tested with svn 1.6... |
7666671 | Migrating Subversion Repositories across servers | 13 | 2011-10-05 19:32:22 | <p>We're in the process of moving servers and one of the last items is moving over the svn repositories. </p>
<p>There are about 10 gigs of various svn repositories. They were created using this command:
<code>svnadmin create --fs-type fsfs</code></p>
<p>Server A(original) has svn 1.4 while Server B(target) has svn 1... | 13,589 | 425,646 | 2018-09-10 11:17:27 | 7,669,096 | 17 | 2011-10-05 23:57:23 | 23,264 | 2012-10-06 02:32:15 | https://stackoverflow.com/q/7666671 | https://stackoverflow.com/a/7669096 | <p>Subversion's FSFS is pretty stable on doing copies and movements, even across different OSes. While mliebelt is correct about doing it via dump reload, it takes <strong>ages</strong> to move 10 GB!</p>
<p>That's why I would recommend the following procedure:</p>
<ol>
<li><p>Copy the repositories via filesystem to ... | <p>Subversion's FSFS is pretty stable on doing copies and movements, even across different OSes. While mliebelt is correct about doing it via dump reload, it takes <strong>ages</strong> to move 10 GB!</p> <p>That's why I would recommend the following procedure:</p> <ol> <li><p>Copy the repositories via filesystem to ... | 63, 6538, 7330, 134270 | fsfs, migrate, repository, svn | <h1>Migrating Subversion Repositories across servers</h1>
<p>We're in the process of moving servers and one of the last items is moving over the svn repositories. </p>
<p>There are about 10 gigs of various svn repositories. They were created using this command:
<code>svnadmin create --fs-type fsfs</code></p>
<p>Serve... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,643 | svn | # Migrating Subversion Repositories across servers
We're in the process of moving servers and one of the last items is moving over the svn repositories.
There are about 10 gigs of various svn repositories. They were created using this command:
`svnadmin create --fs-type fsfs`
Server A(original) has svn 1.4 while Ser... | Subversion's FSFS is pretty stable on doing copies and movements, even across different OSes. While mliebelt is correct about doing it via dump reload, it takes **ages** to move 10 GB!
That's why I would recommend the following procedure:
1. Copy the repositories via filesystem to new server.
e.g. `$ scp -r /var... |
3564487 | SVN: merge local changes into other working copy | 13 | 2010-08-25 09:32:26 | <p>I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy?</p>
| 17,671 | 209,706 | 2011-11-18 20:11:03 | 3,564,536 | 17 | 2010-08-25 09:39:14 | 197,368 | 2010-08-25 09:39:14 | https://stackoverflow.com/q/3564487 | https://stackoverflow.com/a/3564536 | <p>You can't merge two separate working copies, but there are some things you can do.</p>
<p>If the changes are made to existing files, the easiest way is to create a patch with <code>svn diff</code>, and then just apply that patch to the other working copy. Eg. in the first working copy you do:</p>
<pre><code>svn di... | <p>You can't merge two separate working copies, but there are some things you can do.</p> <p>If the changes are made to existing files, the easiest way is to create a patch with <code>svn diff</code>, and then just apply that patch to the other working copy. Eg. in the first working copy you do:</p> <pre><code>svn di... | 63, 64, 717, 19697 | merge, svn, windows, working-copy | <h1>SVN: merge local changes into other working copy</h1>
<p>I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,645 | svn | # SVN: merge local changes into other working copy
I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy? | You can't merge two separate working copies, but there are some things you can do.
If the changes are made to existing files, the easiest way is to create a patch with `svn diff`, and then just apply that patch to the other working copy. Eg. in the first working copy you do:
```
svn diff > patch
```
And then you app... |
45624 | How do I change the default author for accessing a local SVN repository? | 13 | 2008-09-05 12:17:17 | <p>I use TortoiseSVN to access file based local repo. In all my commits an author is my Windows login name. Is it possible to use different name?</p>
<p>I know how to change author after commit but how to change before? Installing apache/svnserver is not an option. </p>
| 24,231 | 501 | 2013-03-24 09:31:54 | 265,268 | 17 | 2008-11-05 14:27:20 | 23,193 | 2009-09-24 22:18:43 | https://stackoverflow.com/q/45624 | https://stackoverflow.com/a/265268 | <p>Yes, it's possible.</p>
<p><em>TortoiseSVN</em> and the <a href="http://subversion.tigris.org/" rel="noreferrer"><em>svn</em></a> command line client share the same settings location in your profile folder. So you may simply checkout one version using <em>svn.exe</em>:</p>
<pre><code>$ svn co --username different_... | <p>Yes, it's possible.</p> <p><em>TortoiseSVN</em> and the <a href="http://subversion.tigris.org/" rel="noreferrer"><em>svn</em></a> command line client share the same settings location in your profile folder. So you may simply checkout one version using <em>svn.exe</em>:</p> <pre><code>$ svn co --username different_... | 63, 656, 3070, 3953 | author, default, svn, tortoisesvn | <h1>How do I change the default author for accessing a local SVN repository?</h1>
<p>I use TortoiseSVN to access file based local repo. In all my commits an author is my Windows login name. Is it possible to use different name?</p>
<p>I know how to change author after commit but how to change before? Installing apache... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,646 | svn | # How do I change the default author for accessing a local SVN repository?
I use TortoiseSVN to access file based local repo. In all my commits an author is my Windows login name. Is it possible to use different name?
I know how to change author after commit but how to change before? Installing apache/svnserver is no... | Yes, it's possible.
*TortoiseSVN* and the [*svn*](http://subversion.tigris.org/) command line client share the same settings location in your profile folder. So you may simply checkout one version using *svn.exe*:
```
$ svn co --username different_user_name file:///C:/path/to/your/repo
```
... and Subversion will ha... |
13613677 | How to avoid multiple Publish Profiles in Visual Studio 2012 project files? | 12 | 2012-11-28 20:19:00 | <p>What is the best way to avoid having different users on our team contribute changes to .csproj files that include references to their local Publish Profiles? </p>
<p>We recently migrated to 2012 and our .csproj files have a handful of references to different .pubxml files in Properties/PublishProfiles within the .c... | 2,248 | 302,939 | 2013-05-18 13:51:26 | 16,625,008 | 17 | 2013-05-18 13:51:26 | 31,563 | 2013-05-18 13:51:26 | https://stackoverflow.com/q/13613677 | https://stackoverflow.com/a/16625008 | <p>In your .csproj file, replace all references to .pubxml files with a single wildcard reference:</p>
<pre><code><None Include="Properties\PublishProfiles\*.pubxml" />
</code></pre>
<p>Each developer can then add and delete their own publish profiles without Visual Studio updating the .csproj XML.</p>
<p>Also... | <p>In your .csproj file, replace all references to .pubxml files with a single wildcard reference:</p> <pre><code><None Include="Properties\PublishProfiles\*.pubxml" /> </code></pre> <p>Each developer can then add and delete their own publish profiles without Visual Studio updating the .csproj XML.</p> <p>Also... | 63, 80825, 84568 | publish-profiles, svn, visual-studio-2012 | <h1>How to avoid multiple Publish Profiles in Visual Studio 2012 project files?</h1>
<p>What is the best way to avoid having different users on our team contribute changes to .csproj files that include references to their local Publish Profiles? </p>
<p>We recently migrated to 2012 and our .csproj files have a handful... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,647 | svn | # How to avoid multiple Publish Profiles in Visual Studio 2012 project files?
What is the best way to avoid having different users on our team contribute changes to .csproj files that include references to their local Publish Profiles?
We recently migrated to 2012 and our .csproj files have a handful of references to... | In your .csproj file, replace all references to .pubxml files with a single wildcard reference:
```
<None Include="Properties\PublishProfiles\*.pubxml" />
```
Each developer can then add and delete their own publish profiles without Visual Studio updating the .csproj XML.
Also, like you said, set your source control... |
5457410 | Automatically add files to SVN inside a specific folder | 12 | 2011-03-28 10:06:17 | <p>I use TortoiseSVN to manage my SVN files. This all works quite well, but I have to manually add new files to SVN before I commit them.</p>
<p>In 99% of the cases that's exactly as wanted, but now I have a folder which contains logfiles that should be stored in SVN, but they are too dynamic to add them all manually.... | 12,263 | 680,026 | 2016-12-17 19:02:45 | 5,457,504 | 17 | 2011-03-28 10:14:35 | 401,728 | 2011-03-28 10:21:03 | https://stackoverflow.com/q/5457410 | https://stackoverflow.com/a/5457504 | <p>In the TortoiseSVN Commit dialog, select the "Show unversioned files" checkbox and then check "Select / deselect all". Now all your unversioned files are added. This is the closest you can come to "automatic" in TorsoiseSVN.</p>
<p><strong>Edit</strong><br>
Wait a moment, there are actually <a href="http://tortoise... | <p>In the TortoiseSVN Commit dialog, select the "Show unversioned files" checkbox and then check "Select / deselect all". Now all your unversioned files are added. This is the closest you can come to "automatic" in TorsoiseSVN.</p> <p><strong>Edit</strong><br> Wait a moment, there are actually <a href="http://tortoise... | 63, 656 | svn, tortoisesvn | <h1>Automatically add files to SVN inside a specific folder</h1>
<p>I use TortoiseSVN to manage my SVN files. This all works quite well, but I have to manually add new files to SVN before I commit them.</p>
<p>In 99% of the cases that's exactly as wanted, but now I have a folder which contains logfiles that should be ... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,649 | svn | # Automatically add files to SVN inside a specific folder
I use TortoiseSVN to manage my SVN files. This all works quite well, but I have to manually add new files to SVN before I commit them.
In 99% of the cases that's exactly as wanted, but now I have a folder which contains logfiles that should be stored in SVN, b... | In the TortoiseSVN Commit dialog, select the "Show unversioned files" checkbox and then check "Select / deselect all". Now all your unversioned files are added. This is the closest you can come to "automatic" in TorsoiseSVN.
**Edit**
Wait a moment, there are actually [client side hook scripts](http://tortoisesvn.net... |
22452133 | Multiple pom files for a maven project | 10 | 2014-03-17 10:39:13 | <p>i have a project which has multiple maven project and 1 parent pom which has all other projects as maven modules.</p>
<p>pom.xml </p>
<pre><code><modules>
<module>abc-codegen</module>
<module>stellar-codegen</module>
<module>abc-engine</module>
<module&g... | 42,635 | 610,789 | 2014-03-17 13:21:47 | 22,455,467 | 17 | 2014-03-17 13:21:47 | 992,151 | 2014-03-17 13:21:47 | https://stackoverflow.com/q/22452133 | https://stackoverflow.com/a/22455467 | <p>Yes you can use Maven Profiles to manage this.</p>
<p>E.g. in the parent POM create a profiles section</p>
<pre><code><profiles>
<profile>
<id>aggregate-all</id>
<modules>
<module>abc-codegen</module>
<module>stellar-code... | <p>Yes you can use Maven Profiles to manage this.</p> <p>E.g. in the parent POM create a profiles section</p> <pre><code><profiles> <profile> <id>aggregate-all</id> <modules> <module>abc-codegen</module> <module>stellar-code... | 17, 53, 63, 41127 | eclipse, java, maven, svn | <h1>Multiple pom files for a maven project</h1>
<p>i have a project which has multiple maven project and 1 parent pom which has all other projects as maven modules.</p>
<p>pom.xml </p>
<pre><code><modules>
<module>abc-codegen</module>
<module>stellar-codegen</module>
<modu... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,651 | svn | # Multiple pom files for a maven project
i have a project which has multiple maven project and 1 parent pom which has all other projects as maven modules.
pom.xml
```
<modules>
<module>abc-codegen</module>
<module>stellar-codegen</module>
<module>abc-engine</module>
<module>stellar-engine</module>
</... | Yes you can use Maven Profiles to manage this.
E.g. in the parent POM create a profiles section
```
<profiles>
<profile>
<id>aggregate-all</id>
<modules>
<module>abc-codegen</module>
<module>stellar-codegen</module>
<module>abc-engine</module>
<m... |
15502284 | git-svn clone ignore-paths regular expression for folders | 10 | 2013-03-19 14:31:20 | <p>Am trying to do a git-svn clone to import all the files in SVN to GIT. The command that was given was this;</p>
<pre><code>git svn clone --stdlayout --ignore-paths='(/cache|/tmps|/file/conf/setting.xml)' --authors-file=../authors.txt file:///svnFolder/local-repos/PRG PRG.git
</code></pre>
<p>The above clones but t... | 14,398 | 234,405 | 2013-07-31 14:35:09 | 17,973,337 | 17 | 2013-07-31 14:35:09 | 2,392,199 | 2013-07-31 14:35:09 | https://stackoverflow.com/q/15502284 | https://stackoverflow.com/a/17973337 | <p>Your ignore paths regex is too general. The regular expression provided is run on a full path. For example, if your repository layout is:</p>
<pre><code>svn_root/path/to/your_project
</code></pre>
<p>And then has a standard layout of trunk, branches, and tags, a set of sample path lines that gets evaluated might b... | <p>Your ignore paths regex is too general. The regular expression provided is run on a full path. For example, if your repository layout is:</p> <pre><code>svn_root/path/to/your_project </code></pre> <p>And then has a standard layout of trunk, branches, and tags, a set of sample path lines that gets evaluated might b... | 18, 119, 4333, 6452 | git, git-svn, ignore, regex | <h1>git-svn clone ignore-paths regular expression for folders</h1>
<p>Am trying to do a git-svn clone to import all the files in SVN to GIT. The command that was given was this;</p>
<pre><code>git svn clone --stdlayout --ignore-paths='(/cache|/tmps|/file/conf/setting.xml)' --authors-file=../authors.txt file:///svnFold... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,652 | svn | # git-svn clone ignore-paths regular expression for folders
Am trying to do a git-svn clone to import all the files in SVN to GIT. The command that was given was this;
```
git svn clone --stdlayout --ignore-paths='(/cache|/tmps|/file/conf/setting.xml)' --authors-file=../authors.txt file:///svnFolder/local-repos/PRG P... | Your ignore paths regex is too general. The regular expression provided is run on a full path. For example, if your repository layout is:
```
svn_root/path/to/your_project
```
And then has a standard layout of trunk, branches, and tags, a set of sample path lines that gets evaluated might be:
```
svn_root/path/to/yo... |
11461279 | How can I preemptively postpone svn merge conflicts? | 10 | 2012-07-12 21:52:36 | <p>I often encounter conflicts when doing a Subversion merge, for example:</p>
<pre><code>svn merge -r10347:HEAD ^/branches/header-and-navbar
</code></pre>
<p>I know about <code>--dry-run</code>, and I do that to get a preview. </p>
<p>But then after running it for real, if I want to choose "postpone" for each conf... | 5,751 | 470,749 | 2016-12-06 08:56:41 | 11,461,373 | 17 | 2012-07-12 22:00:48 | 571,407 | 2012-07-12 22:00:48 | https://stackoverflow.com/q/11461279 | https://stackoverflow.com/a/11461373 | <p><code>svn merge -h</code> lists all the options, and the one you're looking for is</p>
<pre><code>svn merge --accept postpone
</code></pre>
<p>or</p>
<pre><code>svn merge --accept p
</code></pre>
| <p><code>svn merge -h</code> lists all the options, and the one you're looking for is</p> <pre><code>svn merge --accept postpone </code></pre> <p>or</p> <pre><code>svn merge --accept p </code></pre> | 63, 717 | merge, svn | <h1>How can I preemptively postpone svn merge conflicts?</h1>
<p>I often encounter conflicts when doing a Subversion merge, for example:</p>
<pre><code>svn merge -r10347:HEAD ^/branches/header-and-navbar
</code></pre>
<p>I know about <code>--dry-run</code>, and I do that to get a preview. </p>
<p>But then after run... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,653 | svn | # How can I preemptively postpone svn merge conflicts?
I often encounter conflicts when doing a Subversion merge, for example:
```
svn merge -r10347:HEAD ^/branches/header-and-navbar
```
I know about `--dry-run`, and I do that to get a preview.
But then after running it for real, if I want to choose "postpone" for ... | `svn merge -h` lists all the options, and the one you're looking for is
```
svn merge --accept postpone
```
or
```
svn merge --accept p
``` |
10265754 | SVN thinks files are already under version control | 10 | 2012-04-22 06:31:07 | <p>So I have two folders which I want to add to a new repository but they refuse to add because they are already under version control. I deleted all .svn folders in those folders and their subfolders but SVN still knows somehow. How can I see which repo they think they are part of, tell them not to be in there, and ... | 35,800 | 1,011,513 | 2013-02-07 13:44:44 | 10,265,852 | 17 | 2012-04-22 06:51:15 | 1,199,264 | 2012-04-22 06:51:15 | https://stackoverflow.com/q/10265754 | https://stackoverflow.com/a/10265852 | <p>If you have deleted all <code>.svn</code> folders in your local working copy, it shouldn't be versioned anymore. Please note that older version of SVN, use to create a hidden <code>.svn</code> folder in all folders, not only in the root folder or direct subfolders.</p>
<p>You could also do an <code>export</code> co... | <p>If you have deleted all <code>.svn</code> folders in your local working copy, it shouldn't be versioned anymore. Please note that older version of SVN, use to create a hidden <code>.svn</code> folder in all folders, not only in the root folder or direct subfolders.</p> <p>You could also do an <code>export</code> co... | 63 | svn | <h1>SVN thinks files are already under version control</h1>
<p>So I have two folders which I want to add to a new repository but they refuse to add because they are already under version control. I deleted all .svn folders in those folders and their subfolders but SVN still knows somehow. How can I see which repo the... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,654 | svn | # SVN thinks files are already under version control
So I have two folders which I want to add to a new repository but they refuse to add because they are already under version control. I deleted all .svn folders in those folders and their subfolders but SVN still knows somehow. How can I see which repo they think the... | If you have deleted all `.svn` folders in your local working copy, it shouldn't be versioned anymore. Please note that older version of SVN, use to create a hidden `.svn` folder in all folders, not only in the root folder or direct subfolders.
You could also do an `export` command to create a full non-versioned copy i... |
12389693 | Building a particular revision in Jenkins Pipeline | 9 | 2012-09-12 13:48:14 | <p>I am using SVN as my source control repository and Jenkins as my CI tool. I run MSBuild scripts using Jenkins to do the actual builds and deploys. I also use the Jenkins Pipeline plugin to do manage the building of downstream projects. </p>
<p>I have an issue with the pipeline. The problem is that, say I have d... | 13,010 | 991,788 | 2013-01-03 13:51:33 | 14,140,219 | 17 | 2013-01-03 13:51:33 | 834 | 2013-01-03 13:51:33 | https://stackoverflow.com/q/12389693 | https://stackoverflow.com/a/14140219 | <p>You can add <code>@1234</code> to your <strong>SVN_URL</strong> in the SVN location. (see <a href="https://stackoverflow.com/a/2325478/834">https://stackoverflow.com/a/2325478/834</a>)</p>
<p>You can also use the environment variable <strong>SVN_REVISION</strong> to get the revision and use something like <code>@${... | <p>You can add <code>@1234</code> to your <strong>SVN_URL</strong> in the SVN location. (see <a href="https://stackoverflow.com/a/2325478/834">https://stackoverflow.com/a/2325478/834</a>)</p> <p>You can also use the environment variable <strong>SVN_REVISION</strong> to get the revision and use something like <code>@${... | 63, 265, 13243, 64999, 76768 | jenkins, jenkins-plugins, msbuild, msbuild-task, svn | <h1>Building a particular revision in Jenkins Pipeline</h1>
<p>I am using SVN as my source control repository and Jenkins as my CI tool. I run MSBuild scripts using Jenkins to do the actual builds and deploys. I also use the Jenkins Pipeline plugin to do manage the building of downstream projects. </p>
<p>I have an... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,655 | svn | # Building a particular revision in Jenkins Pipeline
I am using SVN as my source control repository and Jenkins as my CI tool. I run MSBuild scripts using Jenkins to do the actual builds and deploys. I also use the Jenkins Pipeline plugin to do manage the building of downstream projects.
I have an issue with the pipe... | You can add `@1234` to your **SVN_URL** in the SVN location. (see <https://stackoverflow.com/a/2325478/834>)
You can also use the environment variable **SVN_REVISION** to get the revision and use something like `@${SVN_REVISION}` in your SVN location. Documentation is available at <https://wiki.jenkins-ci.org/display/... |
4978381 | How to svn ignore a file already added to the repository? | 9 | 2011-02-12 13:46:43 | <p>how can I ignore a file already added to a svn repository?</p>
<p>I like to exclude the file config.php:</p>
<pre><code>$ svn st
M .
M config.php
M adminfunctions.php
</code></pre>
<p>So, I use:</p>
<pre><code>$ svn propedit svn:ignore .
</code></pre>
<p>And added config.php to the list.</p>
<... | 8,354 | 444,756 | 2015-05-07 13:20:34 | 4,978,398 | 17 | 2011-02-12 13:50:18 | 251,311 | 2015-05-07 13:20:34 | https://stackoverflow.com/q/4978381 | https://stackoverflow.com/a/4978398 | <p>svn:ignore only affects files that have not been added yet.</p>
<p>So in your case you have to delete the files from repository with <code>svn del</code> — don't forget to copy them temporarily to another location). After you copy the files back into the original directory svn will not mark them as new (and try to ... | <p>svn:ignore only affects files that have not been added yet.</p> <p>So in your case you have to delete the files from repository with <code>svn del</code> — don't forget to copy them temporarily to another location). After you copy the files back into the original directory svn will not mark them as new (and try to ... | 63 | svn | <h1>How to svn ignore a file already added to the repository?</h1>
<p>how can I ignore a file already added to a svn repository?</p>
<p>I like to exclude the file config.php:</p>
<pre><code>$ svn st
M .
M config.php
M adminfunctions.php
</code></pre>
<p>So, I use:</p>
<pre><code>$ svn propedit svn:... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,656 | svn | # How to svn ignore a file already added to the repository?
how can I ignore a file already added to a svn repository?
I like to exclude the file config.php:
```
$ svn st
M .
M config.php
M adminfunctions.php
```
So, I use:
```
$ svn propedit svn:ignore .
```
And added config.php to the list.
Th... | svn:ignore only affects files that have not been added yet.
So in your case you have to delete the files from repository with `svn del` — don't forget to copy them temporarily to another location). After you copy the files back into the original directory svn will not mark them as new (and try to add them).
*EDIT:*
A... |
1061016 | SharpSVN read ALL filenames | 9 | 2009-06-29 23:09:24 | <p>still a bit of a n00b on SharpSVN, I'm looking to get some simple code to open up an SVN repository, and read (at least) the full path of all files in a specific folder.</p>
<p>Lets say that this folder is \trunk\source</p>
<p>I'm not looking to checkout or commit, just read into a list</p>
<p>I'm also looking to... | 9,797 | 129,565 | 2013-04-23 14:43:19 | 1,061,147 | 17 | 2009-06-29 23:53:57 | 129,565 | 2009-06-29 23:53:57 | https://stackoverflow.com/q/1061016 | https://stackoverflow.com/a/1061147 | <p>ok it looks like I found a method..</p>
<pre><code> bool gotList;
List<string> files = new List<string>();
using (SvnClient client = new SvnClient())
{
Collection<SvnListEventArgs> list;
gotList = client.GetList(projectPath, out list);
... | <p>ok it looks like I found a method..</p> <pre><code> bool gotList; List<string> files = new List<string>(); using (SvnClient client = new SvnClient()) { Collection<SvnListEventArgs> list; gotList = client.GetList(projectPath, out list); ... | 9, 63, 5310, 16557 | c#, file, sharpsvn, svn | <h1>SharpSVN read ALL filenames</h1>
<p>still a bit of a n00b on SharpSVN, I'm looking to get some simple code to open up an SVN repository, and read (at least) the full path of all files in a specific folder.</p>
<p>Lets say that this folder is \trunk\source</p>
<p>I'm not looking to checkout or commit, just read in... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,657 | svn | # SharpSVN read ALL filenames
still a bit of a n00b on SharpSVN, I'm looking to get some simple code to open up an SVN repository, and read (at least) the full path of all files in a specific folder.
Lets say that this folder is \trunk\source
I'm not looking to checkout or commit, just read into a list
I'm also loo... | ok it looks like I found a method..
```
bool gotList;
List<string> files = new List<string>();
using (SvnClient client = new SvnClient())
{
Collection<SvnListEventArgs> list;
gotList = client.GetList(projectPath, out list);
if (gotList)
... |
1015412 | Copy a whole directory with phing | 9 | 2009-06-18 21:55:14 | <p>Does anyone know if its possible to use phing to copy an entire folder with files and sub folders (joomla core download) to another folder, but without the .svn folders.</p>
<p>I have downloaded joomla using SVN, and I want to export it to my joomla dev folder using phing, without the need to have to list every sin... | 4,765 | 28,241 | 2009-06-28 06:55:53 | 1,054,420 | 17 | 2009-06-28 06:55:53 | 58,549 | 2009-06-28 06:55:53 | https://stackoverflow.com/q/1015412 | https://stackoverflow.com/a/1054420 | <p>Looks like phing is modeled after ant? Try this:</p>
<pre><code><copy todir="my/joomla/dev">
<fileset dir="joomla/checkout">
<include>**</include>
<exclude>**/.svn/**</exclude>
</fileset>
</copy>
</code></pre>
| <p>Looks like phing is modeled after ant? Try this:</p> <pre><code><copy todir="my/joomla/dev"> <fileset dir="joomla/checkout"> <include>**</include> <exclude>**/.svn/**</exclude> </fileset> </copy> </code></pre> | 63, 143 | phing, svn | <h1>Copy a whole directory with phing</h1>
<p>Does anyone know if its possible to use phing to copy an entire folder with files and sub folders (joomla core download) to another folder, but without the .svn folders.</p>
<p>I have downloaded joomla using SVN, and I want to export it to my joomla dev folder using phing,... | q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,658 | svn | # Copy a whole directory with phing
Does anyone know if its possible to use phing to copy an entire folder with files and sub folders (joomla core download) to another folder, but without the .svn folders.
I have downloaded joomla using SVN, and I want to export it to my joomla dev folder using phing, without the nee... | Looks like phing is modeled after ant? Try this:
```
<copy todir="my/joomla/dev">
<fileset dir="joomla/checkout">
<include>**</include>
<exclude>**/.svn/**</exclude>
</fileset>
</copy>
``` |
813497 | In svn, can I revert a change and shelve it for later? | 9 | 2009-05-01 22:06:43 | <p>I have some changes commited a few commits back in my svn repository. Let's say HEAD is at r750 and I want to revert r745 without losing r746-r750. Is this possible?</p>
<p>And, can I somehow save r745 and reapply it later (as a new revision)?</p>
| 2,088 | 98,087 | 2011-09-18 21:08:46 | 813,508 | 17 | 2009-05-01 22:08:59 | 60,261 | 2011-09-18 21:08:46 | https://stackoverflow.com/q/813497 | https://stackoverflow.com/a/813508 | <p>Supposing you get a clean backwards merge, you could do this...</p>
<pre><code>svn merge -r 745:744 <source>
</code></pre>
<p>Then when you want to re-apply it, you could forward merge it back in:</p>
<pre><code>svn merge --ignore-ancestry -r 744:745 <source>
</code></pre>
<p>For more info, check out... | <p>Supposing you get a clean backwards merge, you could do this...</p> <pre><code>svn merge -r 745:744 <source> </code></pre> <p>Then when you want to re-apply it, you could forward merge it back in:</p> <pre><code>svn merge --ignore-ancestry -r 744:745 <source> </code></pre> <p>For more info, check out... | 63, 717, 2132, 8103 | merge, patch, shelve, svn | <h1>In svn, can I revert a change and shelve it for later?</h1>
<p>I have some changes commited a few commits back in my svn repository. Let's say HEAD is at r750 and I want to revert r745 without losing r746-r750. Is this possible?</p>
<p>And, can I somehow save r745 and reapply it later (as a new revision)?</p>
| q.PostTypeId = 1; a.PostTypeId = 2; EXISTS tag '%svn%'; a.Body contains code block; q.Score > 5; a.Score > 10 | 28,659 | svn | # In svn, can I revert a change and shelve it for later?
I have some changes commited a few commits back in my svn repository. Let's say HEAD is at r750 and I want to revert r745 without losing r746-r750. Is this possible?
And, can I somehow save r745 and reapply it later (as a new revision)? | Supposing you get a clean backwards merge, you could do this...
```
svn merge -r 745:744 <source>
```
Then when you want to re-apply it, you could forward merge it back in:
```
svn merge --ignore-ancestry -r 744:745 <source>
```
For more info, check out the "[Common Use-Cases for Merging](http://svnbook.red-bean.co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.