[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: so I need to install Subversion first?

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 6 Nov 2012 12:45:50 -0500

> Subject: Re: so I need to install Subversion first?
>
> yes sorry, I meant revision control system.
>
> So you do need Subversion  installed first on the server?

The answer is, it depends. If you are going to be the only one accessing the repository, then no. You can just create a repository on your location machine and access it from there. You can also run svnserver on a work station to allow remote PCs access to it.

>
> also, I had a look in the features description but could not find this : can you
> lock a file so only one person at a time can work on it?

You can, but that is not the recommended use case.

> or maybe it is not the right software for what i am after. I am looking at
> something that allow a team to commit various types of files on a server, and
> to be able to lock the file they are working on and then commit them for the
> other to use.

Once again, SVN uses an optimistic locking scenario rather than pessimistic. This works very well for text based files. Not so much for binaries... although svn can be used to version binary files, the merging doesn't really work out.

BOb

>
> thanks
>
> Thomas
>
> From: Gabri Nurtinaz Shally
> Sent: Tuesday, November 06, 2012 11:11 AM
> To: users_at_tortoisesvn.tigris.org
> Subject: Re: so I need to install Subversion first?
>
> On Nov 6, 2012 4:57 PM, "Thomas Crausaz" <crausaz_at_epac.ch> wrote:
> >
> > Hi all,
> >
> > sorry for the noob question, but I am not an IT guy at all, still I need to install
> an asset management program for my class.
> >
> > So I need to install Subversion first on the server, right? And then
> TortoiseSVN?
> >
> what does this assets management do?
> SVN is a client for collaboration file versioning. so i don't think it has something
> to do with assets management.
> regards,
> gabri

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3026398

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-11-06 18:46:01 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.