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

Re: using subversion in custom application

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Tue, 3 Jun 2008 08:44:28 +0200

Note up front: you're still using mailer settings that generate
badly-formatted text and additionally HTML. Apart from being frowned upon, it
also isn't helpful to your case. See the mailing list guidelines.

On Friday 30 May 2008, maheshwar singh wrote:
> I have created a life cycle management application for my custom content.
> I use sub-version as my vms repository.

It's "Subversion", capital S, no hyphen.

> Q1. Non-linear editing of versionsI have a binary content (eg: A report)
> that has Ver. 1,2,3. I checkout V2 do some editing and checkin the
> report.however i do not see V4. How do i do it?

Subversion identifies content by two things:
1. a path
2. a revision

If you have a file foo/bar.txt and edit it, it will not change its path but
only its revision. IOW, at revision N it will have the content before the
changes and at N+1 it will have the content after the changes. If you browse
the repository (svn list...) you will always be given the paths in the
lastest revision.

I believe you already asked a similar question here some days ago and received
a similar answer. Asking the same question over and over again will not give
you new answers, it will only help to annoy people. I'm actually not 100%
sure what exactly your problem is. Describe what you did, what you expected
and what happened instead.

> Q2. Is subversion lock smart enough to understand that checkout has occured
> from 2 machines using the same account, can it warn the user?

Subversion doesn't track checkouts/working copies. After all, you could also
make a copy of a working copy locally and get a fully functional second
working copy. And yes, even a second lock attempt from the same user will
fail, as you could have easily tried yourself...

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-03 08:44:53 CEST

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

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