PDA

View Full Version : [C++] errore evento pre-compilazione VS2008


grigor91
03-08-2008, 20:29
compilando con visual studio 2008 mi dà questo errore utilizzando SubWCRev (il tool di TortoiseSVN per esportare la revisione corrente del progetto):
1>Evento di pre-compilazione in corso...
1>SubWCRev 1.5.0, Build 13316 - 32 Bit
1>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
1>Params:
1>WorkingCopyPath : path to a Subversion working copy.
1>SrcVersionFile : path to a template file containing keywords.
1>DstVersionFile : path to save the resulting parsed file.
1>-n : if given, then SubWCRev will error if the working
1> copy contains local modifications.
1>-m : if given, then SubWCRev will error if the working
1> copy contains mixed revisions.
1>-d : if given, then SubWCRev will only do its job if
1> DstVersionFile does not exist.
1>-f : if given, then SubWCRev will include the
1> last-committed revision of folders. Default is
1> to use only files to get the revision numbers.
1> this only affects $WCREV$ and $WCDATE$.
1>-e : if given, also include dirs which are included
1> with svn:externals, but only if they're from the
1> same repository.
1>-x : if given, then SubWCRev will write the revisions
1> numbers in HEX instead of decimal
1>-X : if given, then SubWCRev will write the revisions
1> numbers in HEX with '0x' before them
1>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
1>SubWCRev reads the Subversion status of all files in a working copy
1>excluding externals. If SrcVersionFile is specified, it is scanned
1>for special placeholders of the form "$WCxxx$".
1>SrcVersionFile is then copied to DstVersionFile but the placeholders
1>are replaced with information about the working copy as follows:
1>$WCREV$ Highest committed revision number
1>$WCDATE$ Date of highest committed revision
1>$WCDATE=$ Like $WCDATE$ with an added strftime format after the =
1>$WCRANGE$ Update revision range
1>$WCURL$ Repository URL of the working copy
1>$WCNOW$ Current system date & time
1>$WCNOW=$ Like $WCNOW$ with an added strftime format after the =
1>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
1>TrueText if the tested condition is true, and FalseText if false.
1>$WCMODS$ True if local modifications found
1>$WCMIXED$ True if mixed update revisions found
1>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
1>than 64 characters, and must not produce output greater than 128 characters.
1>Project : error PRJ0019: Uno strumento ha restituito un codice di errore da "Evento di pre-compilazione in corso..."
qualcuno sa come risolvere questo problema?
grazie.

grigor91
11-12-2008, 15:12
Non ditemi che succede solo a me :cry: :cry: :cry:

tomminno
11-12-2008, 16:13
Non ditemi che succede solo a me :cry: :cry: :cry:

Cosa gli passi come parametri?