Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Branko Čibej
On 14.08.2016 00:20, Adam Jensen wrote: > What would an "svnserve.conf" file with "write once" access control look like? There is (currently) no easy way to specify "write once" access for files in the repository; whoever can create a file can modify or delete it, too. You could achieve something

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Branko Čibej
On 13.08.2016 20:21, David Chapman wrote: > On 8/13/2016 11:07 AM, Adam Jensen wrote: >> On 08/12/2016 08:56 PM, Adam Jensen wrote: >>> Here's the situation: I have ~1500 mp3 files (not pirated music), and >>> the collection is growing. The sizes range from ~100kB to ~300MB. The >>> content of

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Adam Jensen
On 08/13/2016 08:09 AM, Branko Čibej wrote: > On 13.08.2016 02:56, Adam Jensen wrote: >> I sent this text (^above^) to users-subscr...@subversion.apache.org >> earlier today assuming that one need not be subscribed to post. This is >> a post-subscribe re-post. >> >>

A couple thousand mp3 files

2016-08-13 Thread Adam Jensen
Hi, I am considering a use of Subversion as a means to avoid accidentally deleting some important files that I will be working with on a regular basis. I am very interested to get comments on my plan or suggestions for alternative methods. Here's the situation: I have ~1500 mp3 files (not

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Adam Jensen
On 08/13/2016 05:31 PM, Nico Kadel-Garcia wrote: > Don't hurt yourself getting too clever. And don't forget that once > ingested, Subversion is designed to *never let go* of content. > Deleting any in the master simply won't ever clear the content from > the core repository and its history,

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Nico Kadel-Garcia
On Sat, Aug 13, 2016 at 3:29 PM, Adam Jensen wrote: > On 08/13/2016 02:21 PM, David Chapman wrote: >> On 8/13/2016 11:07 AM, Adam Jensen wrote: >>> When a branch is created, are the files under revision control in the >>> trunk copied to the branch (is there any duplication of

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread David Chapman
On 8/13/2016 12:29 PM, Adam Jensen wrote: On 08/13/2016 02:21 PM, David Chapman wrote: On 8/13/2016 11:07 AM, Adam Jensen wrote: When a branch is created, are the files under revision control in the trunk copied to the branch (is there any duplication of files in the repository)? No, the

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Adam Jensen
On 08/13/2016 02:21 PM, David Chapman wrote: > On 8/13/2016 11:07 AM, Adam Jensen wrote: >> When a branch is created, are the files under revision control in the >> trunk copied to the branch (is there any duplication of files in the >> repository)? > > No, the files are not copied; a rename is

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread David Chapman
On 8/13/2016 11:07 AM, Adam Jensen wrote: On 08/12/2016 08:56 PM, Adam Jensen wrote: Here's the situation: I have ~1500 mp3 files (not pirated music), and the collection is growing. The sizes range from ~100kB to ~300MB. The content of these files will never change. The directory structure will

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Adam Jensen
On 08/12/2016 08:56 PM, Adam Jensen wrote: > Here's the situation: I have ~1500 mp3 files (not pirated music), and > the collection is growing. The sizes range from ~100kB to ~300MB. The > content of these files will never change. The directory structure will > change, files will be moved, and new

Re: A couple thousand mp3 files (this is not spam I swear )

2016-08-13 Thread Branko Čibej
On 13.08.2016 02:56, Adam Jensen wrote: > I sent this text (^above^) to users-subscr...@subversion.apache.org > earlier today assuming that one need not be subscribed to post. This is > a post-subscribe re-post. > > {https://subversion.apache.org/mailing-lists.html}::("you don't need to > be

Re: Tree conflict problem when merging two branches

2016-08-13 Thread Branko Čibej
On 13.08.2016 00:20, Ryan Schmidt wrote: >> On Aug 12, 2016, at 3:00 PM, André Roy wrote: >> >> Hi all, >> >> First time posting. >> >> -Create a repository (trunk/tags/branches), >> -Checkout /trunk, >> -Create branch1 in /branches/branch1, and checkout. >> -Create and